Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the validation attribute from the model validator.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Protected ReadOnly Property Attribute As TAttribute
Get
protected TAttribute Attribute { get; }
protected:
property TAttribute Attribute {
TAttribute get ();
}
Property Value
Type: TAttribute
The validation attribute from the model validator.