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
| Imports Microsoft.Web.Infrastructure.DynamicModuleHelper | |
| Imports Ninject | |
| Imports Ninject.Web.Mvc | |
| <Assembly: WebActivator.PreApplicationStartMethod(GetType(applicationName.App_Start.NinjectMVC3), "StartNinject")> | |
| <Assembly: WebActivator.ApplicationShutdownMethodAttribute(GetType(applicationName.App_Start.NinjectMVC3), "StopNinject")> | |
| Namespace applicationName.App_Start | |
| Public Module NinjectMVC3 | |
| Private ReadOnly bootstrapper As New Bootstrapper() |
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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Kitten!</title> | |
| <meta charset="utf-8" /> | |
| <script type="text/javascript"> | |
| var xhr = new XMLHttpRequest(); | |
| xhr.open('GET', 'http://example.com/images/kitten.jpg', true); | |
NewerOlder