Last active
June 3, 2016 09:53
-
-
Save daniiiol/62dd61615fcd73dc8386f56b69ed1a06 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%@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