IConsumesActionConstraint Interface

Summary

An [Microsoft.AspNet.Mvc.IActionConstraint]() constraint that identifies a type which can be used to select an action based on incoming request.

Syntax

public interface IConsumesActionConstraint : IActionConstraint, IActionConstraintMetadata

GitHub

View on GitHub

interface Microsoft.AspNet.Mvc.IConsumesActionConstraint