In webforms, we do things like:
<%# CallSomefunctions(Eval("CustId")) %>
This function is present in asp.cs which can format our data and return appropriate string. How can we do the same in asp.net mvc since we do not have any concept of code behind?