Table of Contents

Class FormElementDecryptionFilter

Namespace
JJMasterData.Web.Filters
Assembly
JJMasterData.Web.dll
public class FormElementDecryptionFilter : ActionFilterAttribute, IActionFilter, IAsyncActionFilter, IResultFilter, IAsyncResultFilter, IOrderedFilter, IFilterMetadata
Inheritance
FormElementDecryptionFilter
Implements
Inherited Members

Constructors

FormElementDecryptionFilter(IEncryptionService, IDataDictionaryRepository)

public FormElementDecryptionFilter(IEncryptionService encryptionService, IDataDictionaryRepository dataDictionaryRepository)

Parameters

encryptionService IEncryptionService
dataDictionaryRepository IDataDictionaryRepository

Methods

OnActionExecutionAsync(ActionExecutingContext, ActionExecutionDelegate)

Called asynchronously before the action, after model binding is complete.

public override Task OnActionExecutionAsync(ActionExecutingContext context, ActionExecutionDelegate next)

Parameters

context ActionExecutingContext

The ActionExecutingContext.

next ActionExecutionDelegate

The ActionExecutionDelegate. Invoked to execute the next action filter or the action itself.

Returns

Task

A Task that on completion indicates the filter has executed.