C# Class WopiHost.Results.NotImplementedResult

Inheritance: Microsoft.AspNetCore.Mvc.StatusCodeResult
显示文件 Open project: petrsvihlik/WopiHost

Public Methods

Method Description
NotImplementedResult ( ) : Microsoft.AspNetCore.Mvc

The server either does not recognize the request method, or it lacks the ability to fulfill the request.

Method Details

NotImplementedResult() public method

The server either does not recognize the request method, or it lacks the ability to fulfill the request.
public NotImplementedResult ( ) : Microsoft.AspNetCore.Mvc
return Microsoft.AspNetCore.Mvc