資源簡介
asp.net mvc UEditor 代碼例子 (我用的是visual studio 2019做的)
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Web;
using?System.Web.Mvc;
using?System.Web.Optimization;
using?System.Web.Routing;
namespace?EditorA
{
????public?class?MvcApplication?:?System.Web.HttpApplication
????{
????????protected?void?Application_Start()
????????{
????????????AreaRegistration.RegisterAllAreas();
????????????FilterConfig.RegisterGlobalFilters(GlobalFilters.Filters);
????????????RouteConfig.RegisterRoutes(RouteTable.Routes);
????????????BundleConfig.RegisterBundles(BundleTable.Bundles);
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2020-06-28?10:44??EditorA\App_Data\
?????目錄???????????0??2020-06-28?12:25??EditorA\App_Data\EditorImg\
?????文件???????29055??2020-06-28?12:25??EditorA\App_Data\EditorImg\24122eab-cc63-4683-87ec-effa4ed8ca24.jpg
?????文件????????7743??2020-06-28?12:10??EditorA\App_Data\EditorImg\2c78dc6c-11e6-4648-bc18-dd69c5fab5cb.jpg
?????文件????????7743??2020-06-28?11:56??EditorA\App_Data\EditorImg\7af3642d-e327-49e1-a5dd-dc931622a397.jpg
?????文件????????7743??2020-06-28?11:52??EditorA\App_Data\EditorImg\bda2a9eb-8e2e-4587-906b-9ba6009a9eff.jpg
?????文件????????7743??2020-06-28?12:02??EditorA\App_Data\EditorImg\ea2d5b65-25cc-4b84-a280-9fc871f4b1bb.jpg
?????文件???????41984??2020-06-28?12:25??EditorA\App_Data\EditorImg\Thumbs.db
?????目錄???????????0??2020-06-28?09:54??EditorA\App_Start\
?????文件????????1217??2020-06-28?09:54??EditorA\App_Start\BundleConfig.cs
?????文件?????????275??2020-06-28?09:54??EditorA\App_Start\FilterConfig.cs
?????文件?????????600??2020-06-28?09:54??EditorA\App_Start\RouteConfig.cs
?????目錄???????????0??2020-06-28?12:16??EditorA\bin\
?????文件??????103424??2013-09-10?16:29??EditorA\bin\Antlr3.Runtime.dll
?????文件??????435712??2013-09-10?16:29??EditorA\bin\Antlr3.Runtime.pdb
?????文件???????11264??2020-06-28?12:24??EditorA\bin\EditorA.dll
?????文件????????3081??2020-06-28?09:54??EditorA\bin\EditorA.dll.config
?????文件???????26112??2020-06-28?12:24??EditorA\bin\EditorA.pdb
?????文件???????40168??2018-09-05?16:10??EditorA\bin\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll
?????文件????????3187??2018-09-05?16:05??EditorA\bin\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xm
?????文件???????45416??2012-07-25?11:48??EditorA\bin\Microsoft.Web.Infrastructure.dll
?????文件??????675752??2019-04-22?01:06??EditorA\bin\Newtonsoft.Json.dll
?????文件??????701978??2019-04-22?00:57??EditorA\bin\Newtonsoft.Json.xm
?????目錄???????????0??2020-06-28?12:16??EditorA\bin\roslyn\
?????文件???????50032??2016-06-27?21:50??EditorA\bin\roslyn\csc.exe
?????文件????????1711??2016-06-27?21:50??EditorA\bin\roslyn\csc.exe.config
?????文件????????1496??2016-06-27?21:50??EditorA\bin\roslyn\csc.rsp
?????文件???????13680??2016-06-27?21:50??EditorA\bin\roslyn\csi.exe
?????文件?????????253??2016-06-27?21:50??EditorA\bin\roslyn\csi.rsp
?????文件??????105392??2016-06-27?21:50??EditorA\bin\roslyn\Microsoft.Build.Tasks.CodeAnalysis.dll
?????文件?????4211112??2016-06-27?21:50??EditorA\bin\roslyn\Microsoft.CodeAnalysis.CSharp.dll
............此處省略453個文件信息
評論
共有 條評論