다음을 통해 공유


ViewNotFoundEventData 생성자

정의

ViewNotFoundEventData의 새 인스턴스를 초기화합니다.

public:
 ViewNotFoundEventData(Microsoft::AspNetCore::Mvc::ActionContext ^ actionContext, bool isMainPage, Microsoft::AspNetCore::Mvc::ActionResult ^ result, System::String ^ viewName, System::Collections::Generic::IEnumerable<System::String ^> ^ searchedLocations);
public ViewNotFoundEventData (Microsoft.AspNetCore.Mvc.ActionContext actionContext, bool isMainPage, Microsoft.AspNetCore.Mvc.ActionResult result, string viewName, System.Collections.Generic.IEnumerable<string> searchedLocations);
new Microsoft.AspNetCore.Mvc.Diagnostics.ViewNotFoundEventData : Microsoft.AspNetCore.Mvc.ActionContext * bool * Microsoft.AspNetCore.Mvc.ActionResult * string * seq<string> -> Microsoft.AspNetCore.Mvc.Diagnostics.ViewNotFoundEventData
Public Sub New (actionContext As ActionContext, isMainPage As Boolean, result As ActionResult, viewName As String, searchedLocations As IEnumerable(Of String))

매개 변수

isMainPage
Boolean

이 페이지가 기본 페이지인지 여부입니다.

viewName
String

뷰의 이름입니다.

searchedLocations
IEnumerable<String>

보기를 검색한 위치입니다.

적용 대상