Language

Controller.HttpNotFound メソッド

定義

オーバーロード

名前 説明
HttpNotFound()

HttpNotFoundResult クラスの新しいインスタンスを返します。

HttpNotFound(String)

HttpNotFoundResult クラスの新しいインスタンスを返します。

HttpNotFound()

HttpNotFoundResult クラスの新しいインスタンスを返します。

protected internal System.Web.Mvc.HttpNotFoundResult HttpNotFound();
member this.HttpNotFound : unit -> System.Web.Mvc.HttpNotFoundResult
Protected Friend Function HttpNotFound () As HttpNotFoundResult

返品

HttpNotFoundResult クラスのインスタンス。

適用対象

HttpNotFound(String)

HttpNotFoundResult クラスの新しいインスタンスを返します。

protected internal virtual System.Web.Mvc.HttpNotFoundResult HttpNotFound(string statusDescription);
abstract member HttpNotFound : string -> System.Web.Mvc.HttpNotFoundResult
override this.HttpNotFound : string -> System.Web.Mvc.HttpNotFoundResult
Protected Friend Overridable Function HttpNotFound (statusDescription As String) As HttpNotFoundResult

パラメーター

statusDescription
String

ステータスの説明。

返品

HttpNotFoundResult クラスのインスタンス。

適用対象