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