Aracılığıyla paylaş


NotFoundObjectResult(Object) Oluşturucu

Tanım

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.

Şunlara uygulanır