WebContext.LocationSubPath 属性

定义

获取 Web 应用程序的位置子路径。

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

属性值

String

当前 Web 应用程序的位置子路径。

适用于