SharedOptionsBase.RequestPath Property

Definition

The relative request path that maps to static resources. This defaults to the site root '/'.

public:
 property Microsoft::AspNetCore::Http::PathString RequestPath { Microsoft::AspNetCore::Http::PathString get(); void set(Microsoft::AspNetCore::Http::PathString value); };
public Microsoft.AspNetCore.Http.PathString RequestPath { get; set; }
member this.RequestPath : Microsoft.AspNetCore.Http.PathString with get, set
Public Property RequestPath As PathString

Property Value

Applies to