WebSiteProperties2.VsWebServerVPath 属性
获取或设置 Visual Studio Web 服务器的虚拟路径。
命名空间: VsWebSite
程序集: VsWebSite.Interop(在 VsWebSite.Interop.dll 中)
语法
声明
Property VsWebServerVPath As String
Get
Set
string VsWebServerVPath { get; set; }
property String^ VsWebServerVPath {
String^ get ();
void set (String^ value);
}
abstract VsWebServerVPath : string with get, set
function get VsWebServerVPath () : String
function set VsWebServerVPath (value : String)
属性值
类型:System.String
Visual Studio Web 服务器的虚拟路径。
备注
术语“虚拟路径”是指请求 URL 中跟在服务器标识符后面的部分。 例如,若要使 Web 开发服务器从 URL“https://localhost/fun/games/default.aspx”提供网页,应将此属性设置为“/fun/games/default.aspx”。 若要从根 URL (https://localhost) 提供网页,应将此属性设置为“/”。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。