IWebFormsBuilderUIService.BuildUrl Method

Launches an editor to build a URL property.

Namespace: System.Web.UI.Design
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.

Windows 98, Windows Server 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0, 1.1, 1.0

Community Additions

ADD
Show: