IOwinRequest.PathBase Property

Definition

Gets or set the owin.RequestPathBase.

public Microsoft.Owin.PathString PathBase { get; set; }
member this.PathBase : Microsoft.Owin.PathString with get, set
Public Property PathBase As PathString

Property Value

The owin.RequestPathBase.

Applies to