NameValueHeaderValue.GetUnescapedValue Method

Definition

If the value is a quoted-string as defined by the RFC specification, removes quotes and unescapes backslashes and quotes.

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

Returns

An unescaped version of Value.

Applies to