ContentDesigner::GetPersistenceContent Method ()

 

Gets the inner markup of the control.

Namespace:   System.Web.UI.Design.WebControls
Assembly:  System.Design (in System.Design.dll)

public:
virtual String^ GetPersistenceContent() override

Return Value

Type: System::String^

The inner markup of the control.

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

.NET Framework
Available since 2.0
Return to top
Show: