TagHelperOutput.Reinitialize(String, TagMode) Method

Definition

Clears the TagHelperOutput and updates its state with the provided values.

public:
 void Reinitialize(System::String ^ tagName, Microsoft::AspNetCore::Razor::TagHelpers::TagMode tagMode);
public void Reinitialize (string tagName, Microsoft.AspNetCore.Razor.TagHelpers.TagMode tagMode);
member this.Reinitialize : string * Microsoft.AspNetCore.Razor.TagHelpers.TagMode -> unit
Public Sub Reinitialize (tagName As String, tagMode As TagMode)

Parameters

tagName
String

The tag name to use.

tagMode
TagMode

The TagMode to use.

Applies to