IWebFormsBuilderUIService.BuildUrl Method
.NET Framework 2.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
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.Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Show: