BindableTemplateBuilder Methods

 

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

NameDescription
System_CAPS_pubmethodAllowWhitespaceLiterals()

Determines whether white space literals are permitted in the content between a control's opening and closing tags. This method is called by the ASP.NET page framework.(Inherited from ControlBuilder.)

System_CAPS_pubmethodAppendLiteralString(String)

Adds the specified literal content to a control. This method is called by the ASP.NET page framework.(Inherited from ControlBuilder.)

System_CAPS_pubmethodAppendSubBuilder(ControlBuilder)

Adds builders to the ControlBuilder object for any child controls that belong to the container control.(Inherited from ControlBuilder.)

System_CAPS_pubmethodBuildObject()

Used during design time to build the template and its child controls. (Inherited from TemplateBuilder.)

System_CAPS_pubmethodCloseControl()

Called by the parser to inform the builder that the parsing of the control's opening and closing tags is complete. (Inherited from TemplateBuilder.)

System_CAPS_pubmethodEquals(Object)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_pubmethodExtractValues(Control)

Retrieves a set of name/value pairs for values that are bound using two-way ASP.NET data-binding syntax within the templated content at design-time and in no-compile pages.

System_CAPS_pubmethodGetChildControlType(String, IDictionary)

Obtains the Type of the control type corresponding to a child tag. This method is called by the ASP.NET page framework.(Inherited from ControlBuilder.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetObjectPersistData()

Creates the ObjectPersistData object for this ControlBuilder object.(Inherited from ControlBuilder.)

System_CAPS_pubmethodGetResourceKey()

This API supports the product infrastructure and is not intended to be used directly from your code. Retrieves the resource key for this ControlBuilder object.(Inherited from ControlBuilder.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodHasBody()

Determines if a control has both an opening and closing tag. This method is called by the ASP.NET page framework.(Inherited from ControlBuilder.)

System_CAPS_pubmethodHtmlDecodeLiterals()

Determines whether the literal string of an HTML control must be HTML decoded. This method is called by the ASP.NET page framework.(Inherited from ControlBuilder.)

System_CAPS_pubmethodInit(TemplateParser, ControlBuilder, Type, String, String, IDictionary)

Initializes the template builder when a Web request is made.(Inherited from TemplateBuilder.)

System_CAPS_pubmethodInstantiateIn(Control)

Defines the Control object that child controls and templates belong to in design time.(Inherited from TemplateBuilder.)

System_CAPS_pubmethodNeedsTagInnerText()

Determines if the control builder needs to get its inner text.(Inherited from TemplateBuilder.)

System_CAPS_pubmethodOnAppendToParentBuilder(ControlBuilder)

Notifies the BindableTemplateBuilder object that it is being added to a parent control builder.(Overrides ControlBuilder.OnAppendToParentBuilder(ControlBuilder).)

System_CAPS_pubmethodProcessGeneratedCode(CodeCompileUnit, CodeTypeDeclaration, CodeTypeDeclaration, CodeMemberMethod, CodeMemberMethod)

Enables custom control builders to access the generated Code Document Object Model (CodeDom) and insert and modify code during the process of parsing and building controls.(Inherited from ControlBuilder.)

System_CAPS_pubmethodSetResourceKey(String)

This API supports the product infrastructure and is not intended to be used directly from your code. Sets the resource key for this ControlBuilder object.(Inherited from ControlBuilder.)

System_CAPS_pubmethodSetServiceProvider(IServiceProvider)

This API supports the product infrastructure and is not intended to be used directly from your code. Sets the service object for this ControlBuilder object.(Inherited from ControlBuilder.)

System_CAPS_pubmethodSetTagInnerText(String)

Saves the inner text of the template tag.(Inherited from TemplateBuilder.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

Return to top
Show: