Masterminds dotnet
Showing posts with label
WEB API
.
Show all posts
Showing posts with label
WEB API
.
Show all posts
Friday, 8 August 2014
Display enum value in string format, in WEB API Response page.
Add below configuration in
WebApiConfig
Class, in Register Method.
json.SerializerSettings.Converters.Add(
new
Newtonsoft.Json.Converters.
StringEnumConverter
());
Older Posts
Home
Subscribe to:
Posts (Atom)