ParseRecorder.RecordBeginTag(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 start tag.
public:
virtual void RecordBeginTag(System::Web::UI::ControlBuilder ^ builder, System::Text::RegularExpressions::Match ^ tag);
public virtual void RecordBeginTag (System.Web.UI.ControlBuilder builder, System.Text.RegularExpressions.Match tag);
abstract member RecordBeginTag : System.Web.UI.ControlBuilder * System.Text.RegularExpressions.Match -> unit
override this.RecordBeginTag : System.Web.UI.ControlBuilder * System.Text.RegularExpressions.Match -> unit
Public Overridable Sub RecordBeginTag (builder As ControlBuilder, tag As Match)
Parameters
- builder
- ControlBuilder
The control builder.
- tag
- Match
The tag.
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.