SharedOptionsBase.RequestPath 屬性

定義

對應至靜態資源的相對要求路徑。 這會預設為網站根 '/'。

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

屬性值

適用於