Microsoft.SharePoint.ApplicationRuntime namespace
SharePoint 2013
Provides classes and interfaces that enable customization of some aspects of the run-time behavior of Microsoft SharePoint Foundation, such as caching behavior and culture setup.
| Class | Description | |
|---|---|---|
|
SharePointHandler | Provides static methods for getting references to the safe controls of a site and testing a control for safety. |
|
SPHttpApplication | Processes requests for Microsoft SharePoint Foundation pages, controls, Web services, and other resources that are associated with a particular SharePoint Foundation application on the Internet Information Server (IIS). |
|
SPSafeControls | Provides checks against the Sharepoint SafeControls list. |
| Interface | Description | |
|---|---|---|
|
IRequiresCultureInfo | Enables a page to bypass the default culture setup of Microsoft SharePoint Foundation. |
|
IVaryByCustomHandler | Provides a method that enables you to vary the output retrieved from a cache depending on the values of properties of the HttpContext of the current request and the properties of the current HttpApplication. |
Show: