TagHelperContent.Reinitialize Method

Definition

Clears the TagHelperContent, so it can be reused.

public:
 abstract void Reinitialize();
public abstract void Reinitialize ();
abstract member Reinitialize : unit -> unit
Public MustOverride Sub Reinitialize ()

Remarks

This method does more than what Clear() does. It also resets the IsModified flag.

Applies to