且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

使用ASP.NET的网站模板编辑器

更新时间:2023-02-03 15:10:11

对我而言,这听起来像是有一个站点配置引擎,它由SharePoint提供便利:

http://blogs.msdn.com/b/vesku/archive/2013/08/23/site- Provisioning-techniques-and-remote-provisioning-in-sharepoint-2013.aspx [ ^ ]


I want to add the website template editor in my ASP.NET web application.
Like if we want to create a site, there are online sites are available where we select the template and modify that template according to our requirement. Or also we can select blank template and add section from that tool i.e. menu header, text etc. I want to use that tool in my ASP.NET web application. How can I integrate that in .NET. Firstly I want to know whether that tool is available or we have to do separate coding for that.
Please help me to do this.

For me it sounds like having a Site Provisioning Engine, and it is facilitated by SharePoint:
http://blogs.msdn.com/b/vesku/archive/2013/08/23/site-provisioning-techniques-and-remote-provisioning-in-sharepoint-2013.aspx[^]