CompilationErrorPageModel.ErrorDetails 属性

定义

有关每个分析或编译错误的详细信息。

public:
 property System::Collections::Generic::IList<Microsoft::AspNetCore::Diagnostics::Views::ErrorDetails ^> ^ ErrorDetails { System::Collections::Generic::IList<Microsoft::AspNetCore::Diagnostics::Views::ErrorDetails ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.AspNetCore.Diagnostics.Views.ErrorDetails> ErrorDetails { get; }
member this.ErrorDetails : System.Collections.Generic.IList<Microsoft.AspNetCore.Diagnostics.Views.ErrorDetails>
Public ReadOnly Property ErrorDetails As IList(Of ErrorDetails)

属性值

适用于