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)

속성 값

적용 대상