C# Class ResponseExtensions, AspNetCoreWebApi

Show file Open project: khteh/AspNetCoreApiStarter Class Usage Examples

Public Methods

Method Description
AddApplicationError ( HttpResponse, response, string message ) : void

Method Details

AddApplicationError() public static method

public static AddApplicationError ( HttpResponse, response, string message ) : void
response HttpResponse,
message string
return void