PathString(String) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化具有給定值的路徑字串。 此值必須為未逸出格式。 若您有逸出格式的路徑值,請使用 PathString.FromUriComponent(值)。
public:
PathString(System::String ^ value);
public PathString (string value);
public PathString (string? value);
new Microsoft.AspNetCore.Http.PathString : string -> Microsoft.AspNetCore.Http.PathString
Public Sub New (value As String)
參數
- value
- String
指派給 Value 屬性的未逸出路徑。