In Global.asax.cs in a .NET Framework application, you may hand static methods into GlobalConfiguration.Configure as the single inbound property at the Application_Start method.
The static methods you call elsewhere in code will each take an HttpConfiguration as the single inbound property.
No comments:
Post a Comment