SharedOptionsBase<T>.RequestPath Property
The relative request path that maps to static resources.
Namespace: Microsoft.Owin.StaticFiles.Infrastructure
Assembly: Microsoft.Owin.StaticFiles (in Microsoft.Owin.StaticFiles.dll)
Syntax
public PathString RequestPath { get; set; }
public:
property PathString RequestPath {
PathString get();
void set(PathString value);
}
member RequestPath : PathString with get, set
Public Property RequestPath As PathString
Property Value
Type: Microsoft.Owin.PathString
Returns PathString.
See Also
SharedOptionsBase<T> Class
Microsoft.Owin.StaticFiles.Infrastructure Namespace
Return to top