'How to know list of key-values we can pass to object type parameters in Html Helpers in .net MVC

Is there any way we can check list of key-value pairs we can pass to Html Helpers in .net MVC. Let's see the below example:

enter image description here

For Html.TextBox example is there any way I can get a list of values I can pass in the First and second parameters?

For RoutLink Example same question how can I check which values I can pass in object routValues parameter?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source