Controller.HttpNotFound Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
| HttpNotFound() |
sınıfının bir örneğini HttpNotFoundResult döndürür. |
| HttpNotFound(String) |
sınıfının bir örneğini HttpNotFoundResult döndürür. |
HttpNotFound()
sınıfının bir örneğini HttpNotFoundResult döndürür.
protected internal System.Web.Mvc.HttpNotFoundResult HttpNotFound();
member this.HttpNotFound : unit -> System.Web.Mvc.HttpNotFoundResult
Protected Friend Function HttpNotFound () As HttpNotFoundResult
Döndürülenler
HttpNotFoundResult sınıfının örneği.
Şunlara uygulanır
HttpNotFound(String)
sınıfının bir örneğini HttpNotFoundResult döndürür.
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
Parametreler
- statusDescription
- String
Durum açıklaması.
Döndürülenler
HttpNotFoundResult sınıfının örneği.