DesignTimeTemplateParser Class (System.Web.UI)

Switch View :
ScriptFree
.NET Framework Class Library
DesignTimeTemplateParser Class

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Provides parsing at design time.

Inheritance Hierarchy

System.Object
  System.Web.UI.DesignTimeTemplateParser

Namespace:  System.Web.UI
Assembly:  System.Web (in System.Web.dll)
Syntax

Visual Basic
Public NotInheritable Class DesignTimeTemplateParser
C#
public static class DesignTimeTemplateParser
Visual C++
public ref class DesignTimeTemplateParser abstract sealed
F#
[<AbstractClass>]
[<Sealed>]
type DesignTimeTemplateParser =  class end

The DesignTimeTemplateParser type exposes the following members.

Methods

  Name Description
Public method Static member ParseControl Infrastructure. Parses and builds one control at design time.
Public method Static member ParseControls Infrastructure. Parses and builds one or more controls at design time.
Public method Static member ParseTemplate Infrastructure. Parses a template at design time.
Public method Static member ParseTheme Infrastructure. Parses a theme at design time.
Top
Remarks

The DesignTimeTemplateParser class is meant for use only within a designer.

Version Information

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0, 1.1, 1.0
Platforms

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also

Reference

Other Resources