Guest User

Untitled

a guest
Oct 18th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. var jsonFormatter = new JsonMediaTypeFormatter
  2. {
  3. SerializerSettings = new JsonSerializerSettings
  4. {
  5. NullValueHandling = NullValueHandling.Ignore
  6. }
  7. };
  8. config.Services.Replace(typeof(IContentNegotiator), new JsonContentNegotiator(jsonFormatter));
Add Comment
Please, Sign In to add comment