NameValueHeaderValue.GetUnescapedValue 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
如果值是 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。