IOS网络编程的应用程序文件

关于ios网络编程其实我们大多数的认知都还是比较表面的,很多深层的知识信息都还不是那么的清除和了解。比如说关于ios网络编程的应用程序文件,其实很多人对于这个知识信息就不是很熟悉和了解了。现在就跟着小编一起来详细的看看相关的操作内容吧。


It has configuration classes to reduce clutter code in the Global.asax


它包含了配置类来减少在Global.asax中的杂乱代码


Application_Start 方法


App_Start 文件夹里有如下文件:




AuthConfig.cs: Related to security settings, including sites for OAuth login.


关于安全设置,包含网站的授权登录。




BundleConfig.cs: Related to register bundles for the bundling and minification


有关用于捆绑和微小的注册捆




FilterConfig.cs: To register global MVC filters.(by default HandleErrorAttribute is registered)


用来注册全局MVC过滤。(默认HandleErrorAttribute是已注册的)




RouteConfig.cs: Related to MVC Route configuration


有关MVC路由的配置




WebApiConfig.cs: Used to register Web API routes and configuration settings.


用于注册Web API路由和配置设置。




Also, this folder helps to use nuget packages that use Application_Start code, without touching Global.asax.cs.


同样,这个文件夹帮助NuGet包使用Application_Start代码儿不接触Global.asax.cs


Areas


An MVC structure inside the application to partition our web application into smaller parts.


一个MVC架构在应用程序分割我们的web应用成较小的部分。


Content


To put CSS and other static contents


存放CSS和其他静态目录


Controllers


Contains the controller classes


包含控制类


Images


For images, It is being referenced from the Content\Site.css by default.


针对Imanges文件夹,它默认被从Content\SIte.css引用。


Models


Contains view model and domain model classes.


Stores all JavaScript libraries and files


存储所有的Javascript库和文件


Views


Related to the display of the application (UI).


关于应用程序界面的显示


/Views/Shared


关于ios网络编程的应用程序文件的介绍就给大家介绍到这里,如果您还想要了解更多的知识信息,那么不妨看看上述的介绍内容,相信对于您更好的学习以及熟悉ios

221040608.jpg

网络编程有很好的帮助。




你可能感兴趣的:(iOS网络编程,应用程序文件)