TemplateBuilder.Init(TemplateParser, ControlBuilder, Type, String, String, IDictionary) 方法
定义
当进行 Web 请求时初始化模板生成器。Initializes the template builder when a Web request is made.
public:
override void Init(System::Web::UI::TemplateParser ^ parser, System::Web::UI::ControlBuilder ^ parentBuilder, Type ^ type, System::String ^ tagName, System::String ^ ID, System::Collections::IDictionary ^ attribs);
public override void Init (System.Web.UI.TemplateParser parser, System.Web.UI.ControlBuilder parentBuilder, Type type, string tagName, string ID, System.Collections.IDictionary attribs);
override this.Init : System.Web.UI.TemplateParser * System.Web.UI.ControlBuilder * Type * string * string * System.Collections.IDictionary -> unit
Public Overrides Sub Init (parser As TemplateParser, parentBuilder As ControlBuilder, type As Type, tagName As String, ID As String, attribs As IDictionary)
参数
- parser
- TemplateParser
负责分析控件的 TemplateParser。The TemplateParser responsible for parsing the control.
- parentBuilder
- ControlBuilder
负责生成控件的 ControlBuilder。The ControlBuilder responsible for building the control.
- tagName
- String
要生成的标记的名称。The name of the tag to build. 这允许生成器支持多个标记类型。This allows the builder to support multiple tag types.
- attribs
- IDictionary
保存所有指定标记特性的 IDictionary。The IDictionary that holds all the specified tag attributes.