Suoranta.EnterpriseLib.Web - Developer API

ReadJsonFilter Constructor

Initializes a new instance of the ReadJsonFilter class.

Namespace:  Suoranta.EnterpriseLib.Web.MVC.Filters
Assembly:  Suoranta.EnterpriseLib.Web (in Suoranta.EnterpriseLib.Web.dll)

Syntax


protected ReadJsonFilter(
	string actionParameter,
	string cultureId
)

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).