TemplatedControlDesigner.GetPersistInnerHtml Method

Definition

Gets the markup to persist for the content that is in the associated server control runtime.

public:
 override System::String ^ GetPersistInnerHtml();
public override string GetPersistInnerHtml ();
override this.GetPersistInnerHtml : unit -> string
Public Overrides Function GetPersistInnerHtml () As String

Returns

The persistable inner HTML.

Applies to