November 2018
Intermediate to advanced
424 pages
10h 55m
English
Perform the following steps:
return name != null ? (ActionResult)new OkObjectResult("Welcome to MyProd-HttpTrigger1 of Production App") : new BadRequestObjectResult("Please pass a name on the query string or in the request body");
return name != null ? (ActionResult)new OkObjectResult("Welcome to MyProd-HttpTrigger2 of Production App") : new BadRequestObjectResult("Please pass a name on the query string or ...