ViewsFeature.ViewDescriptors 属性

定义

CompiledViewDescriptor 的列表。

public:
 property System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::Razor::Compilation::CompiledViewDescriptor ^> ^ ViewDescriptors { System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::Razor::Compilation::CompiledViewDescriptor ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.Razor.Compilation.CompiledViewDescriptor> ViewDescriptors { get; }
member this.ViewDescriptors : System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.Razor.Compilation.CompiledViewDescriptor>
Public ReadOnly Property ViewDescriptors As IList(Of CompiledViewDescriptor)

属性值

适用于