ActionConstraintItem(IActionConstraintMetadata) Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erstellt einen neuen 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)
Parameter
- metadata
- IActionConstraintMetadata
Die IActionConstraintMetadata-Instanz.