WebPartAuthorizationEventArgs.Path 属性

定义

获取要授权的控件的源文件的相对应用程序路径(如果控件是用户控件)。

public:
 property System::String ^ Path { System::String ^ get(); };
public string Path { get; }
member this.Path : string
Public ReadOnly Property Path As String

属性值

包含相对应用程序路径的一个 String

适用于