TagHelperOutput.Reinitialize(String, TagMode) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.