Search code examples
c#html.netasp.net-mvcasp.net-mvc-3

How does Html.ActionLinkMaxLengthQTip work?


I googled the exact phrase Html.ActionLinkMaxLengthQTip and not much came up? What does this do? where can i see an example?

<%: Html.ActionLinkMaxLengthQTip(Html.Resource(Resources.Global.Button.Create), "StepType", "Create", "Training")%>

i also found this:

   <%: Html.GetQTipFor(model => model.End) %>

I also googled the exact phrase and came up with nothing

from the code i have i cannot figure out what this is doing. any help? thanks


Solution

  • Going by your comment I would propose this is a custom extension specific to your application.

    If you do a find all within your solution (probably in your App_Code) you should find where this html extension is defined and you should be able to see what it is doing.