Skip to content

Instantly share code, notes, and snippets.

@daniiiol
Last active June 3, 2016 09:53
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 daniiiol/62dd61615fcd73dc8386f56b69ed1a06 to your computer and use it in GitHub Desktop.
Save daniiiol/62dd61615fcd73dc8386f56b69ed1a06 to your computer and use it in GitHub Desktop.
<%@Application Language='C#' %>
<%@ Import Namespace="NitroNet" %>
<script RunAt="server">
public void Application_Start()
{
ViewEngines.Engines.Add(DependencyResolver.Current.GetService<NitroNetViewEngine>());
}
</Script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment