TemplateControl::ParseControl Method (String^, Boolean)
.NET Framework (current version)
Parses an input string into a Control object on the ASP.NET Web page or user control.
Assembly: System.Web (in System.Web.dll)
Parameters
- content
-
Type:
System::String^
A string that contains a user control.
- ignoreParserFilter
-
Type:
System::Boolean
A value that specifies whether to ignore the parser filter.
The content parameter contains a user control (the contents of an .ascx file). This string cannot contain any code, because the ParseControl method never causes compilation.
The ignoreParserFilter parameter allows the PageParserFilter class to be ignored. The PageParserFilter class is used by the ASP.NET parser to determine whether an item is allowed in the page at parse time.
.NET Framework
Available since 2.0
Available since 2.0
Show: