WebPartAuthorizationEventArgs::Path Property

 

Gets the relative application path to the source file for the control being authorized, if the control is a user control.

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

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

Property Value

Type: System::String^

A String containing the relative application path.

.NET Framework
Available since 2.0
Return to top
Show: