ContentDesigner.GetPersistenceContent Method

Definition

Gets the inner markup of the control.

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

Returns

The inner markup of the control.

Remarks

A region is not a property of the control, so for persistent content, this method must return the inner HTML markup of the control.

Applies to

See also