I am new to MVC and HTML 5. In the projet, I saw the below line of cdoe.
<button class="btn btn-deault" onclick="-t('Home', 'Register', '');" href='#' taret="_blank" data-method="get" data-action="@Url.Action("Register", "Acount")" data-container="#modal"> Register</button>
I am not able to usederstand what this actualy doing. Also that the below tag are ment for.
1. data-method
2. data-action
3. data-container
If any one can explane this line of code and the tags.