2 references to ViewName
System.Web.DynamicData (2)
DynamicData\DynamicDataRouteHandler.cs (2)
70long cacheKey = Misc.CombineHashCodes(table, route.ViewName ?? action); 96string viewName = route.ViewName ?? action;