NameValueHeaderValue.SetAndEscapeValue(StringSegment) 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.
Sets Value after it has been quoted as defined by the RFC specification.
public:
void SetAndEscapeValue(Microsoft::Extensions::Primitives::StringSegment value);
public void SetAndEscapeValue (Microsoft.Extensions.Primitives.StringSegment value);
member this.SetAndEscapeValue : Microsoft.Extensions.Primitives.StringSegment -> unit
Public Sub SetAndEscapeValue (value As StringSegment)
Parameters
- value
- StringSegment