Suoranta.EnterpriseLib.Web - Developer API

Suoranta.EnterpriseLib.Web.MVC.Filters Namespace

Classes


  Class Description
Public class DiagnosticFilter
Outputs diagnostic information on HTTP requests received by Controller action method. The output sink is Trace.
Public class FilterExtensions
Public class JsonDateParserFilter
This filter may be required for actions that receive dates or datetimes from an HTML form under either of the following conditions:
  • The field is not backed by a widget that can return a JavaScript Date object.
  • The JS Date object is serialized to format other than ISO 8601.
  • The Controller does not support parsing ISO 8601 and it is undesirable to change deserializer that it is using.
Public class ReadJsonFilter
Base class for IActionFilters that can be used to parse raw JSON data coming from the client in case that deserialization of some values fails.
Public class RestrictAccessAttribute
Base class for simplified AuthorizeAttributes that have built-in IAuthorizationRequirements.

Delegates


  Delegate Description
Public delegate JsonValueParser
Public delegate JsonValueParser<(Of <(<'T>)>)>