ValidatableTypeAttribute Class
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.
Indicates that a type is validatable to support discovery by the validations generator.
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
- Inheritance
- Attributes
Constructors
| ValidatableTypeAttribute() |