C# Класс WopiHost.Results.NotImplementedResult

Наследование: Microsoft.AspNetCore.Mvc.StatusCodeResult
Показать файл Открыть проект

Открытые методы

Метод Описание
NotImplementedResult ( ) : Microsoft.AspNetCore.Mvc

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

Описание методов

NotImplementedResult() публичный Метод

The server either does not recognize the request method, or it lacks the ability to fulfill the request.
public NotImplementedResult ( ) : Microsoft.AspNetCore.Mvc
Результат Microsoft.AspNetCore.Mvc