RazorPageBase.BeginWriteTagHelperAttribute Metoda

Definicja

Uruchamia nowy zakres pisania ITagHelper wartości atrybutów.

public:
 void BeginWriteTagHelperAttribute();
public void BeginWriteTagHelperAttribute ();
member this.BeginWriteTagHelperAttribute : unit -> unit
Public Sub BeginWriteTagHelperAttribute ()

Uwagi

Wszystkie operacje zapisu w metodzie Output lub Writer po wywołaniu tej metody będą buforowane do EndWriteTagHelperAttribute() momentu wywołania. Zawartość zostanie buforowana przy użyciu udostępnionego StringWriter w ramach tego RazorPage zagnieżdżania wywołań BeginWriteTagHelperAttribute() metody i EndWriteTagHelperAttribute() nie jest obsługiwana.

Dotyczy