RootBuilder Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the RootBuilder class.
Overloads
RootBuilder() |
This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the RootBuilder class. |
RootBuilder(TemplateParser) |
This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the RootBuilder class with the specified template parser. |
RootBuilder()
Initializes a new instance of the RootBuilder class.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
RootBuilder();
public RootBuilder ();
Public Sub New ()
Applies to
RootBuilder(TemplateParser)
Initializes a new instance of the RootBuilder class with the specified template parser.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
RootBuilder(System::Web::UI::TemplateParser ^ parser);
public RootBuilder (System.Web.UI.TemplateParser parser);
new System.Web.UI.RootBuilder : System.Web.UI.TemplateParser -> System.Web.UI.RootBuilder
Public Sub New (parser As TemplateParser)
Parameters
- parser
- TemplateParser
The object to use to parse files.