ContainerControlDesigner::GetPersistenceContent Method ()

 

Returns the persistable content of the control at design time.

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

public:
virtual String^ GetPersistenceContent() override

Return Value

Type: System::String^

null.

The GetPersistenceContent method returns null to indicate that the ContainerControlDesigner class does not have persisted inner content.

.NET Framework
Available since 2.0
Return to top
Show: