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

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.

  • Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see .

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.

.NET Framework

Supported in: 2.0, 1.1, 1.0
Show: