ParseRecorder.RecordCodeBlock(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 code block.
public:
virtual void RecordCodeBlock(System::Web::UI::ControlBuilder ^ builder, System::Text::RegularExpressions::Match ^ codeBlock);
public virtual void RecordCodeBlock (System.Web.UI.ControlBuilder builder, System.Text.RegularExpressions.Match codeBlock);
abstract member RecordCodeBlock : System.Web.UI.ControlBuilder * System.Text.RegularExpressions.Match -> unit
override this.RecordCodeBlock : System.Web.UI.ControlBuilder * System.Text.RegularExpressions.Match -> unit
Public Overridable Sub RecordCodeBlock (builder As ControlBuilder, codeBlock As Match)
Parameters
- builder
- ControlBuilder
The control builder.
- codeBlock
- Match
The code block.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.