Sdílet prostřednictvím


ViewEngineResult.NotFound(String, IEnumerable<String>) Metoda

Definice

Vrátí výsledek, který představuje, když není nalezeno zobrazení.

public:
 static Microsoft::AspNetCore::Mvc::ViewEngines::ViewEngineResult ^ NotFound(System::String ^ viewName, System::Collections::Generic::IEnumerable<System::String ^> ^ searchedLocations);
public static Microsoft.AspNetCore.Mvc.ViewEngines.ViewEngineResult NotFound (string viewName, System.Collections.Generic.IEnumerable<string> searchedLocations);
static member NotFound : string * seq<string> -> Microsoft.AspNetCore.Mvc.ViewEngines.ViewEngineResult
Public Shared Function NotFound (viewName As String, searchedLocations As IEnumerable(Of String)) As ViewEngineResult

Parametry

viewName
String

Název zobrazení

searchedLocations
IEnumerable<String>

Prohledané umístění.

Návraty

Výsledek nenalezena.

Platí pro