Class NameValueHeaderValue

Class NameValueHeaderValue

Namespace: Aspose.Html.Net.Headers
Assembly: Aspose.HTML.dll (25.2.0)

Represents a name/value pair that describe a header value.

[ComVisible(true)]
public class NameValueHeaderValue

Inheritance

objectNameValueHeaderValue

Derived

ContentTypeHeaderValue

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

Name

Gets the parameter name.

public string Name { get; }

Property Value

string

Value

Gets or sets the parameter value.

public string Value { get; set; }

Property Value

string

Methods

ToString()

Returns a System.String that represents this instance.

public override string ToString()

Returns

string

A System.String that represents this instance.