c# - Including a file not using html include -



c# - Including a file not using html include -

in php see lot of including when comes things word press, drupal etc.

it looks this

header(); body(); footer();

i wondering asp.net / c# equivalent of because not want utilize standard html include.

thanks.

use asp.net 'master page'. create page '.master' extension design 1 time , include throught site.

the asphtml code this:

<%@ page masterpagefile="master1.master" %>

see msdn , w3schools on how utilize 'master pages'

c# asp.net dynamic include

Comments

Popular posts from this blog

Php operator `break` doesn't stop while -

ubuntu - Bash Script to Check That Files Are Being Created -

vim: Search & replace -