RazorConfigurationNameAttribute 클래스

정의

Razor SDK에서 정의한 대로 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
상속
RazorConfigurationNameAttribute
특성

설명

이 특성은 빌드 중에 Razor SDK에서 애플리케이션의 진입점 어셈블리에 적용되므로 프로젝트 파일에서 제공하는 설정에 따라 런타임에 Razor 구성을 로드할 수 있습니다.

생성자

RazorConfigurationNameAttribute(String)

RazorConfigurationNameAttribute의 새 인스턴스를 만듭니다.

속성

ConfigurationName

Razor 구성의 이름을 가져옵니다.

적용 대상