Имя | Описание | |
---|---|---|
![]() | ActionContext | Gets the action context. (Наследуется от System.Web.Http.ApiController) |
![]() | Configuration | Gets the System.Web.Http.HttpConfiguration of the current System.Web.Http.ApiController. (Наследуется от System.Web.Http.ApiController) |
![]() | ControllerContext | Gets the System.Web.Http.HttpConfiguration of the current System.Web.Http.ApiController. (Наследуется от System.Web.Http.ApiController) |
![]() | IsEmptySessionSupported | Возвращает или задает значение, указывающее, может ли ASP.NET API контроллер работать, если идентификатор HTTP сеанса не определен. |
![]() | ModelState | Gets the model state after the model binding process. (Наследуется от System.Web.Http.ApiController) |
![]() | Request | Gets or sets the HttpRequestMessage of the current System.Web.Http.ApiController. (Наследуется от System.Web.Http.ApiController) |
![]() | RequestContext | Gets the request context. (Наследуется от System.Web.Http.ApiController) |
![]() | Url | Gets an instance of a System.Web.Http.Routing.UrlHelper, which is used to generate URLs to other APIs. (Наследуется от System.Web.Http.ApiController) |
![]() | User | Returns the current principal associated with this request. (Наследуется от System.Web.Http.ApiController) |