Share via


ActionResult.SetParameters(Dictionary<String,String>) Method

Definition

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.

Applies to