HtmlTargetElementAttribute Constructores

Definición

Sobrecargas

HtmlTargetElementAttribute()

Crea una instancia nueva de la HtmlTargetElementAttribute clase que tiene como destino todos los elementos HTML con el requerido Attributes.

HtmlTargetElementAttribute(String)

Crea una instancia nueva de la HtmlTargetElementAttribute clase con el especificado tag como su Tag valor.

HtmlTargetElementAttribute()

Crea una instancia nueva de la HtmlTargetElementAttribute clase que tiene como destino todos los elementos HTML con el requerido Attributes.

public:
 HtmlTargetElementAttribute();
public HtmlTargetElementAttribute ();
Public Sub New ()

Comentarios

Tag se establece en *.

Se aplica a

HtmlTargetElementAttribute(String)

Crea una instancia nueva de la HtmlTargetElementAttribute clase con el especificado tag como su Tag valor.

public:
 HtmlTargetElementAttribute(System::String ^ tag);
public HtmlTargetElementAttribute (string tag);
new Microsoft.AspNetCore.Razor.TagHelpers.HtmlTargetElementAttribute : string -> Microsoft.AspNetCore.Razor.TagHelpers.HtmlTargetElementAttribute
Public Sub New (tag As String)

Parámetros

tag
String

Etiqueta HTML de los ITagHelper destinos.

Comentarios

Un *tag valor indica que tiene ITagHelper como destino todos los elementos HTML con el requerido Attributes.

Se aplica a