PersistNameAttribute(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the PersistNameAttribute class and sets the Name property value to the provided string. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
public:
PersistNameAttribute(System::String ^ name);
public PersistNameAttribute (string name);
new System.Web.UI.MobileControls.PersistNameAttribute : string -> System.Web.UI.MobileControls.PersistNameAttribute
Public Sub New (name As String)
Parameters
- name
- String
Contains a string specifying the value of the name attribute.
Remarks
This class is used internally by the ASP.NET, and should not be used by developers.