ParseRecorder.RecordCodeBlock Method (ControlBuilder, Match)

.NET Framework (current version)
 

Called when the template parser encounters a code block.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

public virtual void RecordCodeBlock(
	ControlBuilder builder,
	Match codeBlock
)

Parameters

builder
Type: System.Web.UI.ControlBuilder

The control builder.

codeBlock
Type: System.Text.RegularExpressions.Match

The code block.

.NET Framework
Available since 4.5
Return to top
Show: