如何识别vb.net代码,aspx代码

时间:2011-07-16 06:02:48

标签: visual-studio-2010

您好我是Visual Studio.NET的新手。我看到了一个教程,但我看不出与教程有任何相关性。我知道对于.NET人员来说识别这个代码是非常有用的。我只是想学习这些东西。 我目前正在(帮助)他们说它是一个.NET项目的项目。 但我对C#.net,asp.net,vb.net感到困惑 以下是来自文件tasksconfig.aspx的一些代码段。

我很困惑,因为我看到语言=“vb”,但我仍然看到了asp标签。

<%@ Page Title="" Language="vb" AutoEventWireup="false" MasterPageFile="~/AuthenticatedMaster.master" CodeBehind="TasksConfig.aspx.vb" Inherits="www.TasksConfig" %>
<%@ Register TagPrefix="cc" TagName="ErrorNotify" Src="~/controls/ErrorNotification.ascx" %>
<%@ Register TagPrefix="cc" TagName="TaskProp" Src="~/controls/TaskPropertiesDialog.ascx" %>
<%@ Import Namespace="www" %>

<asp:Content ID="Content1" ContentPlaceHolderID="titleContent" runat="server">
    <table cellpadding='0' cellspacing='0' style='width:100%;'>
    <tr>
        <td align='left'>
            <b class='page-header-text'>Tasks</b>
        </td>
        <td align='right'>
            <cc:ErrorNotify runat='server' ID='errNotif' />
        </td>
    </tr>
    </table>

</asp:Content>

Soluton Explorer:Filenames.

1 个答案:

答案 0 :(得分:0)

从各方面来看,这是一个ASP .NET项目,使用VB代码隐藏文件。