This website requires JavaScript.
Explore
Help
Sign in
notazof
/
yavsc
Watch
1
Star
1
Fork
You've already forked yavsc
0
Code
Issues
1
Pull requests
Projects
2
Releases
10
Packages
Wiki
Activity
Actions
2fcaa1ded4
yavsc
/
web
/
Global.asax
1 line
92 B
Text
Raw
Normal View
History
Unescape
Escape
Implements the alternate style sheet publication * style.css: this floating breaks my dark style * Global.asax: the application object is now compiled at runtime, its code is in App_Code * YavscHelpers.cs: Implements a method helping to refer on themed stylesheets, presenting the "alternate" stylesheet usage. * App.master: Uses the new Helper function to refer on the main style sheet `style.css` * Web.config: * no more default controller, instead, modify the app code * the client side javascript validation is custommized, and we do not need the M$ js for now * Web.csproj: Global.asax.cs becomes a content, compiled at runtime, found in ~/App_Code * Global.asax.cs: Now compiles at runtime. * Makefile: adds my deployment targets
2015-11-18 12:33:19 +01:00
<%@ Application Codebehind="Global.asax.cs" Inherits="Yavsc.MvcApplication" Language="C#" %>
Reference in a new issue
Copy permalink