5 references to Success
Microsoft.AspNetCore.Mvc.Abstractions (1)
Formatters\InputFormatterResult.cs (1)
96
return Task.FromResult(
Success
(model));
Microsoft.AspNetCore.Mvc.Core (1)
Formatters\SystemTextJsonInputFormatter.cs (1)
109
return InputFormatterResult.
Success
(model);
Microsoft.AspNetCore.Mvc.Formatters.Xml (2)
XmlDataContractSerializerInputFormatter.cs (1)
157
return InputFormatterResult.
Success
(deserializedObject);
XmlSerializerInputFormatter.cs (1)
141
return InputFormatterResult.
Success
(deserializedObject);
Microsoft.AspNetCore.Mvc.NewtonsoftJson (1)
NewtonsoftJsonInputFormatter.cs (1)
188
return InputFormatterResult.
Success
(model);