Class NameValueHeaderValue
Class NameValueHeaderValue
Nombre del espacio: Aspose.Html.Net.Headers Colección: Aspose.HTML.dll (25.4.0)
Representa una pareja de nombre/valor que describe un valor de título.
[ComVisible(true)]
public class NameValueHeaderValue
Inheritance
Derived
Miembros heredados
object.GetType() ,y, object.MemberwiseClone() ,y, object.ToString() ,y, object.Equals(object?) ,y, object.Equals(object?, object?) ,y, object.ReferenceEquals(object?, object?) ,y, object.GetHashCode()
Properties
Name
Tiene el nombre del parámetro.
public string Name { get; }
Valor de la propiedad
Value
Obtenga o establece el valor del parámetro.
public string Value { get; set; }
Valor de la propiedad
Methods
ToString()
Retorna un Sistema.String que representa esta instancia.
public override string ToString()
Returns
Un sistema.String que representa esta instancia.