using System; using System.IO; using System.Threading.Tasks; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Caching.Memory; namespace MyPorject.MVC.ViewComponents { public class ImgToBase64ViewComponent
.net core 中的局部视图组件是ViewComponent,可以用于建制重复使用公共功能组件 一.新建一个类DemoViewComponent(必须以ViewComponent结尾)且继承ViewComponent using Microsoft.AspNetCore.Mvc; using NetCoreApiDemo.Model; using System; using System.Collections.Generic; using System.Linq; using System