Friday, June 1, 2018

ActionResult doesn't enforce return value

I thought it would be a comprehensive feature but this compiles.

public ActionResult<int> GetInt() { return Ok("not an int"); } 
ActionResult<T> doesn't enforce return value Click here
  • Blogger Comment
  • Facebook Comment

0 comments:

Post a Comment

The webdev Team