ProxyWebPart::OriginalPath Property

 

Gets the path to the user control being replaced.

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

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

Property Value

Type: System::String^

A string that contains the path to a user control being replaced.

.NET Framework
Available since 2.0
Return to top
Show: