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