PersistNameAttribute(String) Constructor

Definition

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.

Applies to