RazorPageBase.EndWriteTagHelperAttribute Metoda

Definice

Ukončí aktuální rozsah zápisu, 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 vyrovnávací paměti sdíleným tímto RazorPageobsahem StringWriter .

Poznámky

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

Platí pro