ActionConstraintItem.Metadata Property
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.
The IActionConstraintMetadata instance.
public:
property Microsoft::AspNetCore::Mvc::ActionConstraints::IActionConstraintMetadata ^ Metadata { Microsoft::AspNetCore::Mvc::ActionConstraints::IActionConstraintMetadata ^ get(); };
public Microsoft.AspNetCore.Mvc.ActionConstraints.IActionConstraintMetadata Metadata { get; }
member this.Metadata : Microsoft.AspNetCore.Mvc.ActionConstraints.IActionConstraintMetadata
Public ReadOnly Property Metadata As IActionConstraintMetadata