IActionConstraintFactory Interface¶
Summary¶
A factory for [Microsoft.AspNet.Mvc.IActionConstraint](Microsoft.AspNet.Mvc.IActionConstraint.yml).
Methods¶
-
CreateInstance
(System.IServiceProvider)¶ Creates a new [Microsoft.AspNet.Mvc.IActionConstraint](Microsoft.AspNet.Mvc.IActionConstraint.yml).
Arguments: - services (System.IServiceProvider) – The per-request services.
Return type: Microsoft.AspNet.Mvc.IActionConstraint
Returns: An [Microsoft.AspNet.Mvc.IActionConstraint](Microsoft.AspNet.Mvc.IActionConstraint.yml).
IActionConstraint CreateInstance(IServiceProvider services)
-