AllowHtmlAttribute Classe

Definição

Permite que uma solicitação inclua marcações HTML durante o model binding, ignorando a validação da solicitação para a propriedade. (Recomenda-se que o aplicativo verifique explicitamente todos os modelos em que for desabilitada a validação de solicitação para evitar que o script seja explorado.)

[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public sealed class AllowHtmlAttribute : Attribute, System.Web.Mvc.IMetadataAware
type AllowHtmlAttribute = class
    inherit Attribute
    interface IMetadataAware
Public NotInheritable Class AllowHtmlAttribute
Inherits Attribute
Implements IMetadataAware
Herança
AllowHtmlAttribute
Atributos
Implementações

Construtores

AllowHtmlAttribute()

Inicializa uma nova instância da classe AllowHtmlAttribute.

Métodos

OnMetadataCreated(ModelMetadata)

Este método é compatível com a infraestrutura de validação ASP.NET MVC e não se destina a ser usado diretamente de seu código.

Aplica-se a