CompiledViewDescriptor コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
CompiledViewDescriptor() |
新しい CompiledViewDescriptor を作成します。 |
CompiledViewDescriptor(RazorCompiledItem) |
新しい CompiledViewDescriptor を作成します。 |
CompiledViewDescriptor(RazorCompiledItem, RazorViewAttribute) |
新しい CompiledViewDescriptor を作成します。 または の |
CompiledViewDescriptor()
新しい CompiledViewDescriptor を作成します。
public:
CompiledViewDescriptor();
public CompiledViewDescriptor ();
Public Sub New ()
適用対象
CompiledViewDescriptor(RazorCompiledItem)
新しい CompiledViewDescriptor を作成します。
public:
CompiledViewDescriptor(Microsoft::AspNetCore::Razor::Hosting::RazorCompiledItem ^ item);
public CompiledViewDescriptor (Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItem item);
new Microsoft.AspNetCore.Mvc.Razor.Compilation.CompiledViewDescriptor : Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItem -> Microsoft.AspNetCore.Mvc.Razor.Compilation.CompiledViewDescriptor
Public Sub New (item As RazorCompiledItem)
パラメーター
適用対象
CompiledViewDescriptor(RazorCompiledItem, RazorViewAttribute)
新しい CompiledViewDescriptor を作成します。 または のattribute
item
少なくとも 1 つが非null
である必要があります。
public:
CompiledViewDescriptor(Microsoft::AspNetCore::Razor::Hosting::RazorCompiledItem ^ item, Microsoft::AspNetCore::Mvc::Razor::Compilation::RazorViewAttribute ^ attribute);
public CompiledViewDescriptor (Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItem item, Microsoft.AspNetCore.Mvc.Razor.Compilation.RazorViewAttribute attribute);
new Microsoft.AspNetCore.Mvc.Razor.Compilation.CompiledViewDescriptor : Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItem * Microsoft.AspNetCore.Mvc.Razor.Compilation.RazorViewAttribute -> Microsoft.AspNetCore.Mvc.Razor.Compilation.CompiledViewDescriptor
Public Sub New (item As RazorCompiledItem, attribute As RazorViewAttribute)
パラメーター
- attribute
- RazorViewAttribute