Sdílet prostřednictvím


RazorConfigurationNameAttribute Třída

Definice

Určuje název konfigurace Razor definované sadou Razor SDK.

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
Dědičnost
RazorConfigurationNameAttribute
Atributy

Poznámky

Tento atribut se použije na sestavení vstupního bodu aplikace sadou Razor SDK během sestavování, aby bylo možné načíst konfiguraci Razor za běhu na základě nastavení poskytnutého souborem projektu.

Konstruktory

RazorConfigurationNameAttribute(String)

Vytvoří novou instanci položky RazorConfigurationNameAttribute.

Vlastnosti

ConfigurationName

Získá název konfigurace Razor.

Platí pro