SystemLibrary.Common.Episerver
Classes
BaseCms
Base Cms functions to use anywhere within your application
- No more injecting things that you always need
- No more fiddling around with where and how do I get the ContentRepository? ServiceLocator? ... do it once, in a Cms classHtmlHelperFactory
Html Helper factory, to create a HtmlHelper instance
ReactBlockResult
React Block Result is for backward compatibility, Epi 11, if youre still using BlockControllers instead of Components
Validator<T>
Validator class supports Error, Warning and Information messages displayed upon when editors in the CMS clicks 'Publish'
- Error messages prevents the content from being published
- Info and Warning messages does not prevent the content from being published
Internal class only, but marked as Public due to test methods
Interfaces
IErrorPage
Implement your own 'error page' look and feel for responses larger than 399, and for responses not equal to 503
ISingleton
Enables the ContentData to only be created once, then it will be hidden from the "New Content Dialogs" in the CMS. If you delete the content it will be visible again