NotFoundObjectResult(Object) Oluşturucu
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.
Yeni bir NotFoundObjectResult örneği oluşturur.
public:
NotFoundObjectResult(System::Object ^ value);
public NotFoundObjectResult (object value);
public NotFoundObjectResult (object? value);
new Microsoft.AspNetCore.Mvc.NotFoundObjectResult : obj -> Microsoft.AspNetCore.Mvc.NotFoundObjectResult
Public Sub New (value As Object)
Parametreler
- value
- Object
Varlık gövdesinde biçimlendirecek değer.