Stack Overflow Exception in MVcHtmlString
问题 I have created my own Html Helper which adds red asterisks to any required field. It successfully works with both @Html.myLabelFor(model => model.Description) //and @Html.myLabelFor(model => model.Description, new { /*stuff*/ }) However, some of the code lines are like following @Html.myLabelFor(model => model.Description, "Deletion Reason", new { /*stuff*/ }) My method was not designed to handle 3 parameters, so I added a caller which would handle 3 parameters public static MvcHtmlString