XmlBuilder Methods

 

Namespace:   System.Web.UI.WebControls
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 literal content to the control.(Overrides ControlBuilder::AppendLiteralString(String^).)

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()

Builds a design-time instance of the control that is referred to by this ControlBuilder object.(Inherited from ControlBuilder.)

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 ControlBuilder.)

System_CAPS_pubmethodEquals(Object^)

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

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetChildControlType(String^, IDictionary^)

Obtains the Type for the Xml control's specified child control.(Overrides ControlBuilder::GetChildControlType(String^, IDictionary^).)

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 ControlBuilder for use after it is instantiated. This method is called by the ASP.NET page framework.(Inherited from ControlBuilder.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodNeedsTagInnerText()

Determines whether the Xml control needs to get its inner text.(Overrides ControlBuilder::NeedsTagInnerText().)

System_CAPS_pubmethodOnAppendToParentBuilder(ControlBuilder^)

Notifies the ControlBuilder that it is being added to a parent control builder.(Inherited from 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^)

Sets the Xml control's inner text. (Overrides ControlBuilder::SetTagInnerText(String^).)

System_CAPS_pubmethodToString()

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

Return to top
Show: