AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

AdvantageCommonBasePage..::..GetParameter Method

Gets a parameter from the querystring.

Namespace:  AdvantageCMS.Core.Common.BaseClasses
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public string GetParameter(
	string key,
	string notfoundvalue
)

Parameters

key
Type: String
Name of the parameter
notfoundvalue
Type: String
Default value for parameters that did not exist

Return Value

String value of the querystring, or the notfoundvalue if parameter did not exist

See Also


AdvantageCommonBasePage