ActionResult.SetParameters(Dictionary<String,String>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the parameters for the action.
public:
void SetParameters(System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ parameters);
public void SetParameters (System.Collections.Generic.Dictionary<string,string> parameters);
member this.SetParameters : System.Collections.Generic.Dictionary<string, string> -> unit
Public Sub SetParameters (parameters As Dictionary(Of String, String))
Parameters
- parameters
- Dictionary<String,String>
Specifies the parameters.