I want to do the following but in VB:
<%=var t = ViewData.Model%>
<% Dim t = ViewData.Model %>
VB doesn't use a special keyword for implicitly typed variables... just Dim.