NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TemplatedControlDesigner.GetPersistInnerHTML

Gets the HTML to be persisted for the content present within the associated server control runtime.

[Visual Basic]
Overrides Public Function GetPersistInnerHTML() As String
[C#]
public override string GetPersistInnerHTML();
[C++]
public: override String* GetPersistInnerHTML();
[JScript]
public override function GetPersistInnerHTML() : String;

Return Value

Persistable Inner HTML.

See Also

TemplatedControlDesigner Class | TemplatedControlDesigner Members | System.Web.UI.Design Namespace