RestModuleGetQueryStringValue Method |
Gets a request value from the query string.
altNames contains other parameter names to check if no value found in the first one.
Namespace:
Packflow.Rest
Assembly:
MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax protected string GetQueryStringValue(
string paramName,
params string[] altNames
)
Parameters
- paramName
- Type: SystemString
- altNames
- Type: SystemString
Return Value
Type:
StringSee Also