IWebFormsDocumentService::DocumentUrl Property

 

Gets the URL at which the document is located.

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

property String^ DocumentUrl {
	String^ get();
}

Property Value

Type: System::String^

The URL at which the document is located, or null if the document has no associated URL.

System_CAPS_noteNote

The DocumentUrl interface property is obsolete. Use the DocumentUrl property on the WebFormsRootDesigner class for equivalent designer functionality.

.NET Framework
Available since 1.1
Return to top
Show: