PersonalizationStateInfo::Path Property

 

Gets the path to the page associated with the personalization state information.

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

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

Property Value

Type: System::String^

The path of the page associated with the personalization state information.

The path is an application-relative path, such as ~/application/page/page.aspx.

.NET Framework
Available since 2.0
Return to top
Show: