Table of Contents

Class ErrorController

Namespace
JJMasterData.Web.Controllers
Assembly
JJMasterData.Web.dll
public class ErrorController : Controller, IActionFilter, IAsyncActionFilter, IFilterMetadata, IDisposable
Inheritance
ErrorController
Implements
Inherited Members

Methods

Index(int?, ILogger<ErrorController>?, IStringLocalizer<MasterDataResources>)

[Route("/Error")]
[ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, NoStore = true)]
public IActionResult Index(int? statusCode, ILogger<ErrorController>? logger, IStringLocalizer<MasterDataResources> stringLocalizer)

Parameters

statusCode int?
logger ILogger<ErrorController>
stringLocalizer IStringLocalizer<MasterDataResources>

Returns

IActionResult