RazorPage.EndWriteTagHelperAttribute Metoda

Definice

Ukončí aktuální rozsah psaní, který byl zahájen voláním BeginWriteTagHelperAttribute().

public:
 System::String ^ EndWriteTagHelperAttribute();
public string EndWriteTagHelperAttribute ();
member this.EndWriteTagHelperAttribute : unit -> string
Public Function EndWriteTagHelperAttribute () As String

Návraty

String

Obsah v vyrovnávací paměti sdíleným tímto RazorPageobsahem StringWriter .

Poznámky

Tato metoda předpokládá, že nedojde k žádnému BeginWriteTagHelperAttribute() vnoření volání a EndWriteTagHelperAttribute() volání metod.

Platí pro