GridStateManagerViewStateGetString Method (String, String) |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public string ViewStateGetString(
string key,
string defaultValue
)
Public Function ViewStateGetString (
key As String,
defaultValue As String
) As String
public:
String^ ViewStateGetString(
String^ key,
String^ defaultValue
)
member ViewStateGetString :
key : string *
defaultValue : string -> string
Parameters
- key
- Type: SystemString
- defaultValue
- Type: SystemString
Return Value
Type:
StringSee Also