Table of Contents

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 string

The name of the parameter.

value object

The value of the parameter.