|
RazorViewItem Property
|
Gets query string parameter specified by key.
Namespace: GSF.Web.ModelAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.248-beta
Syntaxpublic string this[
string key
] { get; }
Public ReadOnly Default Property Item (
key As String
) As String
Get
public:
property String^ default[String^ key] {
String^ get (String^ key);
}
member Item : string with get
View SourceParameters
- key String
- Name of query string parameter to retrieve.
Return Value
StringQuery string parameter specified by
key.
See Also