共用方式為


NameValueHeaderValue.GetUnescapedValue 方法

定義

如果值是 RFC 規格所定義的引號字串,請移除引號和取消逸出反斜線和引號。

public:
 Microsoft::Extensions::Primitives::StringSegment GetUnescapedValue();
public Microsoft.Extensions.Primitives.StringSegment GetUnescapedValue ();
member this.GetUnescapedValue : unit -> Microsoft.Extensions.Primitives.StringSegment
Public Function GetUnescapedValue () As StringSegment

傳回

未逸出的 版本 Value

適用於