RazorPageBase.EndWriteTagHelperAttribute Method

Definition

Ends the current writing scope that was started by calling BeginWriteTagHelperAttribute().

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

Returns

The content buffered by the shared StringWriter of this RazorPage.

Remarks

This method assumes that there will be no nesting of BeginWriteTagHelperAttribute() and EndWriteTagHelperAttribute() method calls.

Applies to