DataWeb
Search Results for

    Show / Hide Table of Contents

    Class ValidateModelAttribute.ValidateModelFilter

    Called asynchronously to execute the action filter.

    Inheritance
    object
    ValidateModelAttribute.ValidateModelFilter
    Implements
    IAsyncActionFilter
    IFilterMetadata
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Filter
    Assembly: DataWeb.Core.dll
    Syntax
    public class ValidateModelAttribute.ValidateModelFilter : IAsyncActionFilter, IFilterMetadata

    Methods

    OnActionExecutionAsync(ActionExecutingContext, ActionExecutionDelegate)

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

    Declaration
    public Task OnActionExecutionAsync(ActionExecutingContext context, ActionExecutionDelegate next)
    Parameters
    Type Name Description
    ActionExecutingContext context

    The ActionExecutingContext.

    ActionExecutionDelegate next

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

    Returns
    Type Description
    Task

    A Task that on completion indicates the filter has executed.

    Implements

    IAsyncActionFilter
    IFilterMetadata
    In this article
    Back to top Generated by DocFX