| 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 ); }
|