Page.ID Property
.NET Framework 3.0
Gets or sets an identifier for a particular instance of the Page class.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: virtual property String^ ID { String^ get () override; void set (String^ value) override; }
/** @property */ public String get_ID () /** @property */ public void set_ID (String value)
public override function get ID () : String public override function set ID (value : String)
Not applicable.
Property Value
The identifier for the instance of the Page class. The default value is '_Page'.Community Additions
ADD
Show: