ControlParser Methods
.NET Framework (current version)
Namespace:
System.Web.UI.Design
Assembly: System.Design (in System.Design.dll)
| 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() | |
![]() ![]() | ParseControl(IDesignerHost^, String^) | Creates a control from the specified markup using the specified designer host. |
![]() ![]() | ParseControl(IDesignerHost^, String^, String^) | Creates a control from the specified markup using the specified designer host and directives. |
![]() ![]() | ParseControls(IDesignerHost^, String^) | Creates an array of controls from the specified markup using the specified designer host. |
![]() ![]() | ParseTemplate(IDesignerHost^, String^) | Creates an ITemplate interface from the specified template markup. |
![]() ![]() | ParseTemplate(IDesignerHost^, String^, String^) | Parses the specified template markup and creates an ITemplate interface. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Show:

