IWebFormsBuilderUIService.BuildUrl Method
.NET Framework 3.0
Launches an editor to build a URL property.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
String^ BuildUrl ( Control^ owner, String^ initialUrl, String^ baseUrl, String^ caption, String^ filter, UrlBuilderOptions options )
String BuildUrl ( Control owner, String initialUrl, String baseUrl, String caption, String filter, UrlBuilderOptions options )
function BuildUrl (
owner : Control,
initialUrl : String,
baseUrl : String,
caption : String,
filter : String,
options : UrlBuilderOptions
) : String
Not applicable.
Parameters
- owner
The control used to parent the dialog shown by the UrlBuilder.
- initialUrl
The initial URL to display in the selection interface.
- baseUrl
The base URL used to construct relative URLs.
- caption
A caption that presents a message in the selection interface.
- filter
The filter string to use to optionally filter the files displayed in the selection interface.
- options
A UrlBuilderOptions that indicates the options for the UrlBuilder.
Return Value
A string that contains the URL returned by the UrlBuilder.Community Additions
ADD
Show: