CompiledRazorAssemblyPart クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ApplicationPartコンパイル済みの Razor アセンブリの 。
public ref class CompiledRazorAssemblyPart : Microsoft::AspNetCore::Mvc::ApplicationParts::ApplicationPart, Microsoft::AspNetCore::Mvc::ApplicationParts::IRazorCompiledItemProvider
public class CompiledRazorAssemblyPart : Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPart, Microsoft.AspNetCore.Mvc.ApplicationParts.IRazorCompiledItemProvider
type CompiledRazorAssemblyPart = class
inherit ApplicationPart
interface IRazorCompiledItemProvider
Public Class CompiledRazorAssemblyPart
Inherits ApplicationPart
Implements IRazorCompiledItemProvider
- 継承
- 実装
コンストラクター
CompiledRazorAssemblyPart(Assembly) |
CompiledRazorAssemblyPart の新しいインスタンスを初期化します。 |
プロパティ
Assembly |
Assembly を取得します。 |
Name |
名前を ApplicationPart 取得します。 |
明示的なインターフェイスの実装
IRazorCompiledItemProvider.CompiledItems |
ApplicationPartコンパイル済みの Razor アセンブリの 。 |