ReadJsonFilter Constructor
Initializes a new instance of the ReadJsonFilter class.
Namespace:
Suoranta.EnterpriseLib.Web.MVC.FiltersAssembly: Suoranta.EnterpriseLib.Web (in Suoranta.EnterpriseLib.Web.dll)
Syntax
Parameters
- actionParameter
- Type: String
Name of the action parameter on which this filter operates.
- cultureId
- Type: String
Leave null for DefaultThreadCurrentUICulture. Other values are passed to CreateSpecificCulture(System.String) (InvariantCulture is created by specifying String).

