Returns a string that can persist a template property including the specified persistance mode and property descriptor.
Persists a template property including the specified persistance mode, string writer and property descriptor.
[Visual Basic] Overloads Public Shared Sub PersistTemplateProperty(PersistenceMode, StringWriter, Object, PropertyDescriptor)
[C#] public static void PersistTemplateProperty(PersistenceMode, StringWriter, Object, PropertyDescriptor);
[C++] public: static void PersistTemplateProperty(PersistenceMode, StringWriter, Object, PropertyDescriptor);
[JScript] public static function PersistTemplateProperty(PersistenceMode, StringWriter, Object, PropertyDescriptor);
Returns a string that can persist a template property including the specified persistance mode and property descriptor.
[Visual Basic] Overloads Public Shared Function PersistTemplateProperty(PersistenceMode, Object, PropertyDescriptor) As String
[C#] public static string PersistTemplateProperty(PersistenceMode, Object, PropertyDescriptor);
[C++] public: static String* PersistTemplateProperty(PersistenceMode, Object, PropertyDescriptor);
[JScript] public static function PersistTemplateProperty(PersistenceMode, Object, PropertyDescriptor) : String;
WebControlPersister Class | WebControlPersister Members | System.Web.UI.Design Namespace