RazorConfigurationNameAttribute Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Especifica o nome de uma configuração do Razor, conforme definido pelo SDK do Razor.
public ref class RazorConfigurationNameAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=false, Inherited=false)]
public sealed class RazorConfigurationNameAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=false, Inherited=false)>]
type RazorConfigurationNameAttribute = class
inherit Attribute
Public NotInheritable Class RazorConfigurationNameAttribute
Inherits Attribute
- Herança
-
RazorConfigurationNameAttribute
- Atributos
Comentários
Esse atributo é aplicado ao assembly de ponto de entrada de um aplicativo pelo SDK do Razor durante o build, para que a configuração do Razor possa ser carregada em runtime com base nas configurações fornecidas pelo arquivo de projeto.
Construtores
RazorConfigurationNameAttribute(String) |
Cria uma nova instância de RazorConfigurationNameAttribute. |
Propriedades
ConfigurationName |
Obtém o nome da configuração do Razor. |