IHttpRequestFeature.PathBase 属性

定义

获取或设置与应用程序根关联的请求路径的第一部分。

该值未转义。 该值可以是 Empty

public:
 property System::String ^ PathBase { System::String ^ get(); void set(System::String ^ value); };
public string PathBase { get; set; }
member this.PathBase : string with get, set
Public Property PathBase As String

属性值

适用于