Skip to content

Instantly share code, notes, and snippets.

@thomascristanis
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thomascristanis/c58e84a8b3222548b47d to your computer and use it in GitHub Desktop.
Save thomascristanis/c58e84a8b3222548b47d to your computer and use it in GitHub Desktop.
<%@ Page Language="C#" MasterPageFile="~/SUAMASTERPAGE.master" AutoEventWireup="true"
CodeFile="Teste.aspx.cs" Inherits="Teste" Title="Teste"
EnableEventValidation="false" %>
<%@ MasterType VirtualPath="~/SUAMASTERPAGE.master" %>
<asp:Content ID="Content" ContentPlaceHolderID="Head" runat="server">
// AQUI COLOCA OS CSS E JS
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="Conteudo" runat="Server">
// CONTEUDO
</asp:Content>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment