ValidatableTypeAttribute Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Indica che un tipo è validabile per supportare l'individuazione dal generatore di convalide.
public ref class ValidatableTypeAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class)]
[System.Diagnostics.CodeAnalysis.Experimental("ASP0029", UrlFormat="https://aka.ms/aspnet/analyzer/{0}")]
public sealed class ValidatableTypeAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
[<System.Diagnostics.CodeAnalysis.Experimental("ASP0029", UrlFormat="https://aka.ms/aspnet/analyzer/{0}")>]
type ValidatableTypeAttribute = class
inherit Attribute
Public NotInheritable Class ValidatableTypeAttribute
Inherits Attribute
- Ereditarietà
- Attributi
Costruttori
| Nome | Descrizione |
|---|---|
| ValidatableTypeAttribute() |
Indica che un tipo è validabile per supportare l'individuazione dal generatore di convalide. |