1 pages tagged with "razor"
Google Analytics Razor Helper
May 19, 2011 - 193 words - 1 mins
I experimented today with the Razor helper syntax to consolidate generation of the Google Analytics tracking boilerplate (in ~/App_Code/Helpers.cshtml):
@helper GoogleAnalyticsTracker(string analyticsId) {
if (!String.IsNullOrEmpty(analyticsId)) {
<script type="text/javascript"&…
read more