Compartir a través de


SubmitAction.Parameters Propiedad

Definición

Obtiene o establece los parámetros de acción de tipo Dictionary<TKey,TValue>.

public System.Collections.Generic.Dictionary<string,object> Parameters { get; set; }
member this.Parameters : System.Collections.Generic.Dictionary<string, obj> with get, set
Public Property Parameters As Dictionary(Of String, Object)

Valor de propiedad

Este valor es los parámetros de la acción.

Se aplica a