Udostępnij za pośrednictwem


RazorLanguageVersionAttribute Klasa

Definicja

Określa nazwę konfiguracji Razor zdefiniowanej przez zestaw SDK Razor.

public ref class RazorLanguageVersionAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=false, Inherited=false)]
public sealed class RazorLanguageVersionAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=false, Inherited=false)>]
type RazorLanguageVersionAttribute = class
    inherit Attribute
Public NotInheritable Class RazorLanguageVersionAttribute
Inherits Attribute
Dziedziczenie
RazorLanguageVersionAttribute
Atrybuty

Uwagi

Ten atrybut jest częścią zestawu atrybutów metadanych, które można zastosować do zestawu w czasie kompilacji przez zestaw Razor SDK. Te atrybuty umożliwiają załadowanie konfiguracji Razor w czasie wykonywania na podstawie ustawień pierwotnie dostarczonych przez plik projektu.

Konstruktory

RazorLanguageVersionAttribute(String)

Tworzy nowe wystąpienie klasy RazorLanguageVersionAttribute.

Właściwości

LanguageVersion

Pobiera wersję języka Razor.

Dotyczy