[RouteAttribute("PagedList/{page}")] [HttpPostAttribute] public virtual IHttpActionResult GetPagedList( [FromBodyAttribute] ModelController<T> .PostData postData, int page )
<RouteAttribute("PagedList/{page}")> <HttpPostAttribute> Public Overridable Function GetPagedList ( <FromBodyAttribute> postData As ModelController<T>.PostData, page As Integer ) As IHttpActionResult
public: [RouteAttribute(L"PagedList/{page}")] [HttpPostAttribute] virtual IHttpActionResult^ GetPagedList( [FromBodyAttribute] ModelController<T> .PostData^ postData, int page )
[<RouteAttribute("PagedList/{page}")>] [<HttpPostAttribute>] abstract GetPagedList : [<FromBodyAttribute>] postData : ModelController<T> .PostData * page : int -> IHttpActionResult [<RouteAttribute("PagedList/{page}")>] [<HttpPostAttribute>] override GetPagedList : [<FromBodyAttribute>] postData : ModelController<T> .PostData * page : int -> IHttpActionResult
function GetPagedList(postData, page);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.