資源簡介
asp.net 上傳剪貼板中的圖片(黏貼圖片上傳)示例源碼
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Web;
using?System.Web.Http;
using?System.Web.Mvc;
using?System.Web.Optimization;
using?System.Web.Routing;
namespace?Blogtest
{
????//?注意:?有關啟用?IIS6?或?IIS7?經典模式的說明,
????//?請訪問?http://go.microsoft.com/?linkId=9394801
????public?class?MvcApplication?:?System.Web.HttpApplication
????{
????????protected?void?Application_Start()
????????{
????????????AreaRegistration.RegisterAllAreas();
????????????WebApiConfig.Register(GlobalConfiguration.Configuration);
????????????FilterConfig.RegisterGlobalFilters(GlobalFilters.Filters);
????????????RouteConfig.RegisterRoutes(RouteTable.Routes);
????????????BundleConfig.RegisterBundles(BundleTable.Bundles);
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2014-11-30?15:04??Blogtest\
?????目錄???????????0??2014-11-30?15:15??Blogtest\App_Data\
?????目錄???????????0??2014-10-14?22:20??Blogtest\App_Start\
?????文件????????2168??2014-10-14?22:20??Blogtest\App_Start\BundleConfig.cs
?????文件?????????274??2014-10-14?22:20??Blogtest\App_Start\FilterConfig.cs
?????文件?????????599??2014-10-14?22:20??Blogtest\App_Start\RouteConfig.cs
?????文件?????????477??2014-10-14?22:20??Blogtest\App_Start\WebApiConfig.cs
?????文件???????14765??2014-11-30?15:10??Blogtest\Blogtest.csproj
?????文件????????1198??2014-11-30?15:10??Blogtest\Blogtest.csproj.user
?????目錄???????????0??2014-10-14?22:21??Blogtest\Content\
?????文件????????1024??2014-10-14?22:20??Blogtest\Content\Site.css
?????目錄???????????0??2014-10-14?22:21??Blogtest\Content\themes\
?????目錄???????????0??2014-10-14?22:21??Blogtest\Content\themes\ba
?????目錄???????????0??2014-10-14?22:21??Blogtest\Content\themes\ba
?????文件?????????180??2014-10-14?22:21??Blogtest\Content\themes\ba
?????文件?????????178??2014-10-14?22:21??Blogtest\Content\themes\ba
?????文件?????????120??2014-10-14?22:21??Blogtest\Content\themes\ba
?????文件?????????105??2014-10-14?22:21??Blogtest\Content\themes\ba
?????文件?????????111??2014-10-14?22:21??Blogtest\Content\themes\ba
?????文件?????????110??2014-10-14?22:21??Blogtest\Content\themes\ba
?????文件?????????119??2014-10-14?22:21??Blogtest\Content\themes\ba
?????文件?????????101??2014-10-14?22:21??Blogtest\Content\themes\ba
?????文件????????4369??2014-10-14?22:21??Blogtest\Content\themes\ba
?????文件????????4369??2014-10-14?22:21??Blogtest\Content\themes\ba
?????文件????????4369??2014-10-14?22:21??Blogtest\Content\themes\ba
?????文件????????4369??2014-10-14?22:21??Blogtest\Content\themes\ba
?????文件????????4369??2014-10-14?22:21??Blogtest\Content\themes\ba
?????文件???????31883??2014-10-14?22:21??Blogtest\Content\themes\ba
?????文件????????1063??2014-10-14?22:21??Blogtest\Content\themes\ba
?????文件?????????280??2014-10-14?22:21??Blogtest\Content\themes\ba
?????文件????????1116??2014-10-14?22:21??Blogtest\Content\themes\ba
............此處省略72個文件信息
- 上一篇:C# 文件夾管理
- 下一篇:C# 自定義瀏覽器支持tab簽切換
評論
共有 條評論