Returns a string that can persist the properties of a tag.
[Visual Basic] Overloads Public Shared Function PersistTagProperties( _ ByVal component As Object, _ ByVal prefix As String, _ ByVal propDesc As PropertyDescriptor _ ) As String [C#] public static string PersistTagProperties( object component, string prefix, PropertyDescriptor propDesc ); [C++] public: static String* PersistTagProperties( Object* component, String* prefix, PropertyDescriptor* propDesc ); [JScript] public static function PersistTagProperties( component : Object, prefix : String, propDesc : PropertyDescriptor ) : String;
A string that contains the persistable information about the tag properties.
WebControlPersister Class | WebControlPersister Members | System.Web.UI.Design Namespace | WebControlPersister.PersistTagProperties Overload List