Sharepoint controls in ASP.NET application

后端 未结 4 1343
情话喂你
情话喂你 2021-01-16 07:11

Is there a way I can use the sharepoint controls in a ASP.NET web application like any other controls that come out of box for ASP.NET? If yes, what are the pre-requisites I

4条回答
  •  被撕碎了的回忆
    2021-01-16 07:51

    Most controls have internal dependencies on SharePoint (i.e. they use SPContext or SPWeb internally). Also, since they are contained within the Sharepoint Assemblies, you can not just take the .dlls and put them in your app.

    In short: In most cases, it will be better to re-build them using reflector. Which one are you looking at?

提交回复
热议问题