UrlBuilder

UrlBuilder

System.Web.UI.Design (system.design.dll)sealed class

This class contains shared (static) helper methods that support the various UrlEditor classes. Essentially, the UrlEditor class provides the user interface used for choosing a URL for a property at design time, and the BuildUrl( ) method is invoked to create a string representing the selected URL.

public sealed class UrlBuilder { // Public Static Methods    public static string BuildUrl(System.ComponentModel.IComponent component, System.Windows.Forms.Control owner,         string initialUrl, string caption, string filter);    public static string BuildUrl(System.ComponentModel.IComponent component, System.Windows.Forms.Control owner,         string initialUrl, string caption, string filter, UrlBuilderOptions options); }


ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net