csharp Add namespace for aspx pages

<system.web>
	<pages>
		<namespaces>
			<add namespace="SlickCMS" />
		</namespaces>
	</pages>
</system.web>
Use in web.config to add namespaces for use in the frontend aspx code.

Updated: Tuesday 26th June 2012, 18:52am

There are 0 comments

Leave a comment of your own

Comments are currently closed.