This documentation is archived and is not being maintained.
TemplatedControlDesigner.UpdateDesignTimeHtml Method
.NET Framework 1.1
Updates the design-time HTML.
[Visual Basic] Overrides Public Sub UpdateDesignTimeHtml() [C#] public override void UpdateDesignTimeHtml(); [C++] public: void UpdateDesignTimeHtml(); [JScript] public override function UpdateDesignTimeHtml();
Remarks
This method should be called to refresh the design-time display if the template frames have been changed without calling methods that update the design-time HTML automatically.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
.NET Framework Security:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
TemplatedControlDesigner Class | TemplatedControlDesigner Members | System.Web.UI.Design Namespace
Show: