Click or drag to resize
IQueryCollectionItem Property
Gets a query string value.

Namespace: CMS.Base.Internal
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
StringValues this[
	string key
] { get; }

Parameters

key
Type: SystemString
The key of the value to get.

Return Value

Type: StringValues
The element with the specified key, or StringValues.Empty if the key is not present.
See Also