Returns a string that can persist the properties of a tag.
Persists the properties of a tag.
[Visual Basic] Overloads Public Shared Sub PersistTagProperties(StringWriter, Object, String, PropertyDescriptor)
[C#] public static void PersistTagProperties(StringWriter, Object, String, PropertyDescriptor);
[C++] public: static void PersistTagProperties(StringWriter*, Object, String, PropertyDescriptor);
[JScript] public static function PersistTagProperties(StringWriter, Object, String, PropertyDescriptor);
Returns a string that can persist the properties of a tag.
[Visual Basic] Overloads Public Shared Function PersistTagProperties(Object, String, PropertyDescriptor) As String
[C#] public static string PersistTagProperties(Object, String, PropertyDescriptor);
[C++] public: static String* PersistTagProperties(Object*, String, PropertyDescriptor);
[JScript] public static function PersistTagProperties(Object, String, PropertyDescriptor) : String;
WebControlPersister Class | WebControlPersister Members | System.Web.UI.Design Namespace