OwinFeatureCollection.IHttpRequestFeature.PathBase Property       
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
property System::String ^ Microsoft::AspNetCore::Http::Features::IHttpRequestFeature::PathBase { System::String ^ get(); void set(System::String ^ value); };
	string Microsoft.AspNetCore.Http.Features.IHttpRequestFeature.PathBase { get; set; }
	member this.Microsoft.AspNetCore.Http.Features.IHttpRequestFeature.PathBase : string with get, set
	 Property PathBase As String Implements IHttpRequestFeature.PathBase