System Library Common Episerver
Search Results for

    DocFx,SystemLibrary.Common.Episerver.Properties.MessageConfig,SystemLibrary.Common.Episerver.Properties.MessageEditorDescriptor,SystemLibrary.Common.Episerver.Properties.MessageProperty,SystemLibrary.Common.Episerver.Properties.MessageController,SystemLibrary.Common.Episerver.Attributes.BoxSelectionController,SystemLibrary.Common.Episerver.Attributes.BoxSelectionFactory,SystemLibrary.Common.Episerver.Attributes.JsonEditController,SystemLibrary.Common.Episerver.Attributes.JsonEditFactory,SystemLibrary.Common.Episerver.Descriptors.HideCategoryListDescriptor,SystemLibrary.Common.Episerver.Properties.ParentLinkReferenceController,SystemLibrary.Common.Episerver.Properties.ParentLinkReferenceEditorDescriptor,SystemLibrary.Common.Episerver.Properties.ParentLinkReferenceProperty,SystemLibrary.Common.Episerver.Attributes.MultiDropdownSelectionController,SystemLibrary.Common.Episerver.Attributes.MultiDropdownSelectionFactory,SystemLibrary.Common.Episerver.Initialize.RemoveSuggestedContentTypes,SystemLibrary.Common.Episerver.Extensions.CommonEpiserverApplicationServicesOptions,SystemLibrary.Common.Episerver.Extensions.CommonEpiserverApplicationBuilderOptions,SystemLibrary.Common.Episerver.EditController,SystemLibrary.Common.Episerver.Abstract.BaseController,SystemLibrary.Common.Episerver.Abstract.BaseMultiSelectionFactory,SystemLibrary.Common.Episerver.ConnectionStringsConfig,SystemLibrary.Common.Episerver.PropertiesConfig,SystemLibrary.Common.Episerver.EditConfig,SystemLibrary.Common.Episerver.Properties.MessageConfig,SystemLibrary.Common.Episerver.FontAwesome,SystemLibrary.Common.Episerver.AppSettings.Configuration,SystemLibrary.Common.Episerver.Attributes.ParentLinkReferenceFactory,SystemLibrary.Common.Episerver.Abstract.InternalBaseController,WebApplicationInitializer
    Show / Hide Table of Contents

    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 class

    HtmlHelperFactory

    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

    In This Article
    Package: nuget
    Source: github
    Website: System Library Common Episerver