Interface IServicesFramework
Do not implement. This interface is only implemented by the DotNetNuke core framework. Outside the framework it should used as a type and for unit test purposes only. There is no guarantee that this interface will not change.
Namespace: DotNetNuke.Framework
Assembly: DotNetNuke.dll
Syntax
public interface IServicesFramework
Methods
| Improve this Doc View SourceRequestAjaxAntiForgerySupport()
Will cause anti forgery tokens to be included in the current page.
Declaration
void RequestAjaxAntiForgerySupport()
RequestAjaxScriptSupport()
Will cause ajax scripts to be included in the current page.
Declaration
void RequestAjaxScriptSupport()