IWebFormsBuilderUIService.BuildUrl Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Launches an editor to build a URL property.
public:
System::String ^ BuildUrl(System::Windows::Forms::Control ^ owner, System::String ^ initialUrl, System::String ^ baseUrl, System::String ^ caption, System::String ^ filter, System::Web::UI::Design::UrlBuilderOptions options);
public string BuildUrl (System.Windows.Forms.Control owner, string initialUrl, string baseUrl, string caption, string filter, System.Web.UI.Design.UrlBuilderOptions options);
abstract member BuildUrl : System.Windows.Forms.Control * string * string * string * string * System.Web.UI.Design.UrlBuilderOptions -> string
Public Function BuildUrl (owner As Control, initialUrl As String, baseUrl As String, caption As String, filter As String, options As UrlBuilderOptions) As String
Parameters
- owner
- Control
The control used to parent the dialog shown by the UrlBuilder.
- initialUrl
- String
The initial URL to display in the selection interface.
- baseUrl
- String
The base URL used to construct relative URLs.
- caption
- String
A caption that presents a message in the selection interface.
- filter
- String
The filter string to use to optionally filter the files displayed in the selection interface.
- options
- UrlBuilderOptions
A UrlBuilderOptions that indicates the options for the UrlBuilder.
Returns
A string that contains the URL returned by the UrlBuilder.