This documentation is archived and is not being maintained.
FileLevelMasterPageControlBuilder Methods
Visual Studio 2010
The FileLevelMasterPageControlBuilder type exposes the following members.
| Name | Description | |
|---|---|---|
|
AllowWhitespaceLiterals | 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.) |
|
AppendLiteralString | Adds the specified literal content to a control. (Inherited from FileLevelPageControlBuilder.) |
|
AppendSubBuilder | Adds a ControlBuilder object to the FileLevelPageControlBuilder object for any child controls that belong to the container control. (Inherited from FileLevelPageControlBuilder.) |
|
BuildObject | Used during design time to build the template and its child controls. (Inherited from TemplateBuilder.) |
|
CloseControl | Called by the parser to inform the builder that the parsing of the control's opening and closing tags is complete. (Inherited from TemplateBuilder.) |
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetChildControlType | Infrastructure. Returns the control type of any parsed child controls. (Inherited from RootBuilder.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetObjectPersistData | Creates the ObjectPersistData object for this ControlBuilder object. (Inherited from ControlBuilder.) |
|
GetResourceKey | Infrastructure. Retrieves the resource key for this ControlBuilder object. (Inherited from ControlBuilder.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
HasBody | Determines if a control has both an opening and closing tag. This method is called by the ASP.NET page framework. (Inherited from ControlBuilder.) |
|
HtmlDecodeLiterals | 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.) |
|
Init | Initializes the template builder when a Web request is made. (Inherited from TemplateBuilder.) |
|
InstantiateIn | Defines the Control object that child controls and templates belong to in design time. (Inherited from TemplateBuilder.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
NeedsTagInnerText | Determines if the control builder needs to get its inner text. (Inherited from TemplateBuilder.) |
|
OnAppendToParentBuilder | Notifies the ControlBuilder that it is being added to a parent control builder. (Inherited from ControlBuilder.) |
|
OnCodeGenerationComplete | Infrastructure. Provides a way to modify the CodeCompileUnit object after code generation is finished. (Inherited from RootBuilder.) |
|
ProcessGeneratedCode | 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.) |
|
SetResourceKey | Infrastructure. Sets the resource key for this ControlBuilder object. (Inherited from ControlBuilder.) |
|
SetServiceProvider | Infrastructure. Sets the service object for this ControlBuilder object. (Inherited from ControlBuilder.) |
|
SetTagInnerText | Saves the inner text of the template tag. (Inherited from TemplateBuilder.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show: