WebFormsRootDesigner.ResolveUrl Method (String)

 

Converts a relative URL into a fully qualified URL.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

public string ResolveUrl(
	string relativeUrl
)

Parameters

relativeUrl
Type: System.String

A relative URL for a resource on the site.

Return Value

Type: System.String

A fully qualified URL resolved from relativeUrl.

Exception Condition
ArgumentNullException

relativeUrl is null.

.NET Framework
Available since 2.0
Return to top
Show: