ControlDesigner.GetPersistInnerHtml Method
.NET Framework 3.0
NOTE: This method is now obsolete. The non-obsolete alternative is GetPersistenceContent.
Retrieves the persistable inner HTML markup of the control. Namespace: System.Web.UI.DesignAssembly: System.Design (in system.design.dll)
[ObsoleteAttribute(L"The recommended alternative is GetPersistenceContent(). http://go.microsoft.com/fwlink/?linkid=14202")] public: virtual String^ GetPersistInnerHtml ()
/** @attribute ObsoleteAttribute("The recommended alternative is GetPersistenceContent(). http://go.microsoft.com/fwlink/?linkid=14202") */
public String GetPersistInnerHtml ()
ObsoleteAttribute("The recommended alternative is GetPersistenceContent(). http://go.microsoft.com/fwlink/?linkid=14202") public function GetPersistInnerHtml () : String
Not applicable.
Return Value
The persistable inner HTML markup of the control.Community Additions
ADD
Show:
Note: