Version

GetValue Method (WebObjectBase)

Obtains a property value from ViewState based on the string id define as a constant in the derived class.
Overload List
OverloadDescription
GetValue(String,Object)Obtains a property value from ViewState based on the string id define as a constant in the derived class.  
GetValue(String,String)Obtains a property value from ViewState based on the string id define as a constant in the derived class.  
GetValue(String,Int32)Obtains a property value from ViewState based on the string id define as a constant in the derived class.  
GetValue(String,Double)Obtains a property value from ViewState based on the string id define as a constant in the derived class.  
GetValue(String,Boolean)Obtains a property value from ViewState based on the string id define as a constant in the derived class.  
GetValue(String,DateTime)Obtains a property value from ViewState based on the string id define as a constant in the derived class.  
GetValue(String,SmartDate)Obtains a property value from ViewState based on the string id define as a constant in the derived class.  
GetValue(String,TimeSpan)Obtains a property value from ViewState based on the string id define as a constant in the derived class.  
GetValue(String,Color)Obtains a property value from ViewState based on the string id define as a constant in the derived class.  
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also