DesignTimeParseData Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Provides information to the parser during design time.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | DesignTimeParseData(IDesignerHost^, String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the DesignTimeParseData class without a specified filter. |
![]() | DesignTimeParseData(IDesignerHost^, String^, String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the DesignTimeParseData class with the specified filter. |
| Name | Description | |
|---|---|---|
![]() | DataBindingHandler | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the delegate for data binding at design time. |
![]() | DesignerHost | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the object for managing designer transactions and components. |
![]() | DocumentUrl | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the URL at which the document is located. |
![]() | Filter | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the filter used at design time. |
![]() | ParseText | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the text to parse. |
![]() | ShouldApplyTheme | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether a theme should be applied. |
![]() | UserControlRegisterEntries | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a collection of information about user control registrations. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The DesignTimeParseData class is used to provide design-time parameters for several methods in the DesignTimeTemplateParser class, which parses a template into a set of controls.
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

