Setting up an ASP.NET MVC View to work in VB.NET
        Posted  
        
            by rah.deex
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by rah.deex
        
        
        
        Published on 2010-04-22T07:18:21Z
        Indexed on 
            2010/04/22
            12:43 UTC
        
        
        Read the original article
        Hit count: 543
        
How would I write the following ASP.NET MVC C# code in VB.NET?
<%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master"  
    Inherits="System.Web.Mvc.ViewPage<MvcGridSample
                    .ViewModels.Shared.Grid<Customer, CustomerSearchForm>>" %>
© Stack Overflow or respective owner