Sdílet prostřednictvím


OutputElementHintAttribute(String) Konstruktor

Definice

Vytvoří instanci nové instance OutputElementHintAttribute třídy.

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)

Parametry

outputElement
String

Element HTML může ITagHelper být výstupem.

Platí pro