ActionConstraintItem(IActionConstraintMetadata) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new ActionConstraintItem.
public:
ActionConstraintItem(Microsoft::AspNetCore::Mvc::ActionConstraints::IActionConstraintMetadata ^ metadata);
public ActionConstraintItem (Microsoft.AspNetCore.Mvc.ActionConstraints.IActionConstraintMetadata metadata);
new Microsoft.AspNetCore.Mvc.ActionConstraints.ActionConstraintItem : Microsoft.AspNetCore.Mvc.ActionConstraints.IActionConstraintMetadata -> Microsoft.AspNetCore.Mvc.ActionConstraints.ActionConstraintItem
Public Sub New (metadata As IActionConstraintMetadata)
Parameters
- metadata
- IActionConstraintMetadata
The IActionConstraintMetadata instance.