ControlPersister.PersistTemplate Method (TextWriter, ITemplate, IDesignerHost)
.NET Framework 3.0
Writes a string of data that represents the persisted form of the specified template to the specified TextWriter object.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
public: static void PersistTemplate ( TextWriter^ writer, ITemplate^ template, IDesignerHost^ host )
public static void PersistTemplate ( TextWriter writer, ITemplate template, IDesignerHost host )
public static function PersistTemplate ( writer : TextWriter, template : ITemplate, host : IDesignerHost )
Not applicable.
Parameters
- writer
The TextWriter to write the persisted template data to.
- template
The template to persist.
- host
An IDesignerHost that is the designer host for the control.
Community Additions
ADD
Show: