понедельник, 23 ноября 2015 г.

WebApi Mapping

1. Request find success Method in Controller if

if( Request.Parameters  >=  Controller.Method.Parameter)
{
      Find Method to ProcessRequest is Succesfull
}
else
      Find Method to ProcessRequest is Failure

for example

if Request = = param1=1&param2=2&param3=3
{
     Find Method(param1, param2) is Successfull
}

if Request  = = param1=1&param2=2
{
     Find Method(param1, param2, param3) is Failure
}

Комментариев нет:

Отправить комментарий