Table of Contents

Namespace Kentico.Content.Web.Mvc

Classes

AbstractSimpleBundler

Manages contents of a bundle. The containing directories are listed in the IncludedWebRootDirectories property.

BundleConfiguration<TBundler>

Represents the configuration of a bundle.

ComponentDefinitionBase

Base class for component definition.

ComponentFilterCollection<TFilter>

Collection of component filters.

ComponentFilterRegistrar<TFilter>

Registers component filters to its internal register.

ComponentPropertiesDataTagHelper

Renders a hidden input field containing properties of the currently rendered component.

ContentItemAssetImageTagHelper

Tag helper to render img' tag for the content item image asset. The tag is activated by the 'kxp-img' attribute that accepts ContentItemAsset object. The tag helper will prefill the 'src' attribute with the URL of the image asset. If 'kxp-img-dimensions' tag is set to true (or just included without any value), the tag helper will also prefill the 'width' and 'height' attributes of the image. Optionally, the 'kxp-img-variant' attribute can be used to specify the variant name. In case it's present, the 'src' will be pointing to the variant url and 'width' and 'height' will be based on variant.

ContentItemAssetPictureSourceTagHelper

Tag helper to render 'source' tag (of the 'picture' parent tag) for the content item image asset within a 'picture' tag. The tag is activated by the 'kxp-img' attribute that accepts ContentItemAsset object. The tag helper will prefill the 'srcset' attribute with the URL of the image asset. If 'kxp-img-dimensions' tag is set to true (or just included without any value), the tag helper will also prefill the 'width' and 'height' attributes of the image. Optionally, the 'kxp-img-variant' attribute can be used to specify the variant name. In case it's present, the 'srcset' will be pointing to the variant url and 'width' and 'height' will be based on variant.

EditableAreaTagHelper

Renders editable area markup.

FileProviderExtensions

Provides additional methods for Microsoft.Extensions.FileProviders.IFileProvider objects.

FileUrl

Encapsulates file URL.

FileUrlBase

Base class for file URL representation.

FormAfterSubmitModeConstants

Represents constants for string representation of FormAfterSubmitModeEnum.

FormComponentEditorTagHelper

Returns an HTML editing element for given form component.

FormFieldTagHelper

Returns HTML markup for given form component. The markup contains a label and an editing element representing the form component given.

FormFieldsTagHelper

Returns HTML markup for given enumeration of form components. The markup contains a label and an editing element representing each of the form components.

FormZoneTagHelper

Renders form zone container.

IApplicationBuilderExtensions

Extension methods upon Microsoft.AspNetCore.Builder.IApplicationBuilder.

IFeatureSetExtensions

Provides extension methods for the IFeatureSet interface.

IFileUrlExtensions

Extension methods for IFileUrl interface.

MultiSelectorFormComponent<TProperties>

Represents a component with multiple options which can be selected simultaneously.

MultiSelectorProperties

Represents properties of a component which can select multiple values.

MultipleChoiceComponent

Represents component displaying multi choice form control.

MultipleChoiceProperties

Represents properties of the MultipleChoiceComponent.

NameValueCollectionExtensions

Provides extension methods for the System.Collections.Specialized.NameValueCollection class.

NestedWidgetTagHelper

Renders nested widget markup based on the given widget type.

PageBuilderFeatureExtensions

Provides extension methods for the IPageBuilderFeature interface.

PageBuilderScriptsTagHelper

Renders the page builder scripts markup.

PageBuilderStylesTagHelper

Renders the page builder styles markup.

PageDataTagHelper

Renders a hidden field to persist the page data context for a form action.

RegisterPageBuilderLocalizationResourceAttribute

Class represents an attribute used for registering localization resources that are used by Page builder feature.

RoutedWebPage

Represents the current web page.

SimpleScriptsBundler

Manages contents of a scripts bundle. The containing directories are listed in the IncludedWebRootDirectories property.

SimpleStylesBundler

Manages contents of a styles bundle. The containing directories are listed in the IncludedWebRootDirectories property.

StandaloneWidgetTagHelper

Renders widget markup based on given widget type and properties.

SystemComponentIdentifiers

Contains identifiers for various types of components.

UrlHelperPreviewExtensions

Provides extension methods for the UrlHelperExtensionPoint.

VirtualContextDecorationArbiter

Arbiter that decides whether a path needs to be decorated with virtual context.

WebPageDataContext

Provides data context for the current web page.

WidgetZoneTagHelper

Renders widget zone markup.

Structs

SizeConstraint

Represents a size constraint that can be enforced on image when resizing.

Interfaces

IComponentFilter

Marker interface for filters used in the ComponentFilterCollection<TFilter>.

IFileUrl

Interface for file URL representation.

IMediaFileUrl

Encapsulates media file URL representation.

IMediaFileUrlRetriever

Provides an interface for retrieving the media file URL based on given parameters.

IPreviewFeature

Represents a feature that provides information about preview for the current request.

IRoutedWebPage

Represents the current web page.

IVirtualContextDecorationArbiter

Defines a contract for a class responsible for declaring a path to be decorated with virtual context.

IWebPageDataContext

Interface for web page data context.

IWebPageDataContextInitializer

Interface for initializing data context of the current web page.

IWebPageDataContextRetriever

Retrieves data context of the current web page.

Enums

FormAfterSubmitModeEnum

Form after submit behavior.