| AGIRequestParameterMap Method |
[Missing <summary> documentation for "M:AsterNET.FastAGI.AGIRequest.ParameterMap"]
Namespace: AsterNET.FastAGIAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Dictionary<string, List<string>> ParameterMap()
Public Function ParameterMap As Dictionary(Of String, List(Of String))
public:
Dictionary<String^, List<String^>^>^ ParameterMap()
member ParameterMap : unit -> Dictionary<string, List<string>>
Return Value
Type:
DictionaryString,
ListString[Missing <returns> documentation for "M:AsterNET.FastAGI.AGIRequest.ParameterMap"]
See Also