Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <a href="/Aplicacion/cerrar-sesion" >Cerrar Sesión</a>
  2.  
  3. [RoutePrefix("Aplicacion")]
  4. public class AplicacionController : Controller
  5. {
  6. [Route("cerrar-sesion"), HttpPost]
  7. public ActionResult ValidarUsuario()
  8. {
  9. //Codigo
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement