ParseRecorder.RecordEmptyTag(ControlBuilder, Match) 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.
Called when the template parser encounters a web control empty tag.
public:
virtual void RecordEmptyTag(System::Web::UI::ControlBuilder ^ builder, System::Text::RegularExpressions::Match ^ tag);
public virtual void RecordEmptyTag (System.Web.UI.ControlBuilder builder, System.Text.RegularExpressions.Match tag);
abstract member RecordEmptyTag : System.Web.UI.ControlBuilder * System.Text.RegularExpressions.Match -> unit
override this.RecordEmptyTag : System.Web.UI.ControlBuilder * System.Text.RegularExpressions.Match -> unit
Public Overridable Sub RecordEmptyTag (builder As ControlBuilder, tag As Match)
Parameters
- builder
- ControlBuilder
The control builder.
- tag
- Match
The tag.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.