CompiledViewDescriptor Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
CompiledViewDescriptor() |
Yeni bir CompiledViewDescriptor oluşturur. |
CompiledViewDescriptor(RazorCompiledItem) |
Yeni bir CompiledViewDescriptor oluşturur. |
CompiledViewDescriptor(RazorCompiledItem, RazorViewAttribute) |
Yeni bir CompiledViewDescriptor oluşturur. En az biri |
CompiledViewDescriptor()
- Kaynak:
- CompiledViewDescriptor.cs
- Kaynak:
- CompiledViewDescriptor.cs
- Kaynak:
- CompiledViewDescriptor.cs
Yeni bir CompiledViewDescriptor oluşturur.
public:
CompiledViewDescriptor();
public CompiledViewDescriptor ();
Public Sub New ()
Şunlara uygulanır
CompiledViewDescriptor(RazorCompiledItem)
- Kaynak:
- CompiledViewDescriptor.cs
Yeni bir CompiledViewDescriptor oluşturur.
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)
Parametreler
Şunlara uygulanır
CompiledViewDescriptor(RazorCompiledItem, RazorViewAttribute)
- Kaynak:
- CompiledViewDescriptor.cs
- Kaynak:
- CompiledViewDescriptor.cs
- Kaynak:
- CompiledViewDescriptor.cs
Yeni bir CompiledViewDescriptor oluşturur. En az biri attribute
veya item
olmayannull
olmalıdır.
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)
Parametreler
- attribute
- RazorViewAttribute