前言: 你先得知道HelpPageConfig文件,不知道说明你现在不需要这个,所以下文就不用看了,等知道了再看也不急.当然如果你很知道这个,下文也不用看了,因为你会了. 方法一: new XmlDocumentationProvider(HttpContext.Current.Server.MapPath("~/App_Data/Documentation.xml")) 替换成 new XmlDocumentationProvider("PluginsFolder/*.xm…
首先,准备了一个Model类 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace XML { public class bookModel { public string bookType { get; set; } public string bookISBN { get; set; } publ…