Class DOMNameAttribute
Nombre del espacio: Aspose.Html.Dom.Attributes Colección: Aspose.HTML.dll (25.4.0)
Especifica el nombre oficial del objeto DOM como se define por el W3C.
[ComVisible(true)]
public sealed class DOMNameAttribute : Attribute
Inheritance
object ← Attribute ← DOMNameAttribute
Miembros heredados
Attribute.GetCustomAttributes(MemberInfo, Type) ,y, Attribute.GetCustomAttributes(MemberInfo, Type, bool) ,y, Attribute.GetCustomAttributes(MemberInfo) ,y, Attribute.GetCustomAttributes(MemberInfo, bool) ,y, Attribute.IsDefined(MemberInfo, Type) ,y, Attribute.IsDefined(MemberInfo, Type, bool) ,y, Attribute.GetCustomAttribute(MemberInfo, Type) ,y, Attribute.GetCustomAttribute(MemberInfo, Type, bool) ,y, Attribute.GetCustomAttributes(ParameterInfo) ,y, Attribute.GetCustomAttributes(ParameterInfo, Type) ,y, Attribute.GetCustomAttributes(ParameterInfo, Type, bool) ,y, Attribute.GetCustomAttributes(ParameterInfo, bool) ,y, Attribute.IsDefined(ParameterInfo, Type) ,y, Attribute.IsDefined(ParameterInfo, Type, bool) ,y, Attribute.GetCustomAttribute(ParameterInfo, Type) ,y, Attribute.GetCustomAttribute(ParameterInfo, Type, bool) ,y, Attribute.GetCustomAttributes(Module, Type) ,y, Attribute.GetCustomAttributes(Module) ,y, Attribute.GetCustomAttributes(Module, bool) ,y, Attribute.GetCustomAttributes(Module, Type, bool) ,y, Attribute.IsDefined(Module, Type) ,y, Attribute.IsDefined(Module, Type, bool) ,y, Attribute.GetCustomAttribute(Module, Type) ,y, Attribute.GetCustomAttribute(Module, Type, bool) ,y, Attribute.GetCustomAttributes(Assembly, Type) ,y, Attribute.GetCustomAttributes(Assembly, Type, bool) ,y, Attribute.GetCustomAttributes(Assembly) ,y, Attribute.GetCustomAttributes(Assembly, bool) ,y, Attribute.IsDefined(Assembly, Type) ,y, Attribute.IsDefined(Assembly, Type, bool) ,y, Attribute.GetCustomAttribute(Assembly, Type) ,y, Attribute.GetCustomAttribute(Assembly, Type, bool) ,y, Attribute.Equals(object?) ,y, Attribute.GetHashCode() ,y, Attribute.Match(object?) ,y, Attribute.IsDefaultAttribute() ,y, Attribute.TypeId ,y, object.GetType() ,y, object.ToString() ,y, object.Equals(object?) ,y, object.Equals(object?, object?) ,y, object.ReferenceEquals(object?, object?) ,y, object.GetHashCode()
Constructors
dominio atribuido(El string)
Inicia una nueva instancia de la clase Aspose.Html.Dom.Attributes.DOMNameAttribute.
public DOMNameAttribute(string name)
Parameters
name
string
El nombre del dom.
Properties
Name
Tiene el nombre de DOM.
public string Name { get; }