IQueryCollectionItem Property |
Gets a query string value.
Namespace: CMS.Base.InternalAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax 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