ContentPlaceHolderDesigner.GetPersistenceContent Method

Definition

Gets the persistable inner HTML 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 persistable inner HTML of the control.

Applies to

See also