1. 程式人生 > 實用技巧 >IOS網路程式設計的應用程式檔案

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 p_w_picpaths, 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

網路程式設計有很好的幫助。




轉載於:https://blog.51cto.com/bryanscom/1342494