OutputElementHintAttribute(String) Constructor

Definición

Crea una nueva instancia de la clase OutputElementHintAttribute.

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

Parámetros

outputElement
String

Elemento HTML que ITagHelper puede generar.

Se aplica a