Hi
i want create methods for my customize example :
return NotFound();
i write this method but i cant call it in other controller just i cant use in own controller
public IActionResult NotFound1() { return View("NotFound"); }
how to create public method (exmaple : return Notfound()) ?