Pieter Brinkman Blog

Use methods from masterpage in aspx

1 min readpieterASP.Net

If you want to use methods from your masterpage add the following code in the .aspx file (content page):

<%@ MasterType VirtualPath="pathToMasterPage" %>