---
title: "Action Selector in MVC"  
description: "Action Selector in MVC"  
author: "Manish Kumar"  
published: 2018-06-04  
updated: 2020-09-15  
canonical: https://www.mindstick.com/interview/23419/action-selector-in-mvc  
category: ".net"  
tags: ["asp.net mvc", "mvc"]  
reading_time: 1 minute  

---

# Action Selector in MVC

Action selector is that the attribute which will be applied to the action function/strategies. It helps routing engine to pick out the proper action technique to handle a selected request.

## MVC five includes the subsequent action selector attributes:

ActionName

NonAction

ActionVerbssm

## Answers

### Answer by Manish Kumar

Action selector is that the attribute which will be applied to the action function/strategies. It helps routing engine to pick out the proper action technique to handle a selected request.

## MVC five includes the subsequent action selector attributes:

ActionName

NonAction

ActionVerbssm


---

Original Source: https://www.mindstick.com/interview/23419/action-selector-in-mvc

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
