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