Method SetParam
- Namespace
- Innova.Prism.Infrastructure.Views
- Assembly
- Innova.Prism.Infrastructure.dll
SetParam(string, object)
Sets the value of a parameter in the view state.
public void SetParam(string paramName, object value)
Parameters
paramName
stringThe name of the parameter.
value
objectThe value of the parameter.