ContentDesigner.GetPersistenceContent Method    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the inner markup of the control.
public:
 override System::String ^ GetPersistenceContent();public override string GetPersistenceContent();override this.GetPersistenceContent : unit -> stringPublic Overrides Function GetPersistenceContent () As StringReturns
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.