Click or drag to resize

RazorViewItem Property

Gets query string parameter specified by key.

Namespace: GSF.Web.Model
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public string this[
	string key
] { get; }
View Source

Parameters

key  String
Name of query string parameter to retrieve.

Return Value

String
Query string parameter specified by key.
See Also