NameValueHeaderValue.GetUnescapedValue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.