次の方法で共有


RazorExtensionAssemblyNameAttribute クラス

定義

Razor SDK で定義されている Razor 拡張機能の名前を指定します。

public ref class RazorExtensionAssemblyNameAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true, Inherited=false)]
public sealed class RazorExtensionAssemblyNameAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true, Inherited=false)>]
type RazorExtensionAssemblyNameAttribute = class
    inherit Attribute
Public NotInheritable Class RazorExtensionAssemblyNameAttribute
Inherits Attribute
継承
RazorExtensionAssemblyNameAttribute
属性

注釈

この属性は、ビルド中に Razor SDK によってアプリケーションのエントリ ポイント アセンブリに適用されるため、プロジェクト ファイルによって提供される設定に基づいて実行時に Razor 構成を読み込むことができます。

コンストラクター

RazorExtensionAssemblyNameAttribute(String, String)

RazorExtensionAssemblyNameAttribute の新しいインスタンスを作成します。

プロパティ

AssemblyName

拡張機能のアセンブリ名を取得します。

ExtensionName

拡張機能の名前を取得します。

適用対象