ControlBuilder::PageVirtualPath Property

.NET Framework (current version)
 

Gets the virtual path of a page to be built by this ControlBuilder instance.

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

public:
property String^ PageVirtualPath {
	String^ get();
}

Property Value

Type: System::String^

The virtual path of the page to be built.

.NET Framework
Available since 4.0
Return to top
Show: