Show / Hide Table of Contents

Class TinyMceAdaptiveImageController

Responsible for rendering adaptive images that have been inserted in TinyMCE

Inheritance
object
ViewComponent
PartialContentComponent<TinyMceAdaptiveImage>
BlockComponent<TinyMceAdaptiveImage>
TinyMceAdaptiveImageController
Implements
IRenderTemplate<TinyMceAdaptiveImage>
IRenderTemplate
Inherited Members
PartialContentComponent<TinyMceAdaptiveImage>.Invoke(TinyMceAdaptiveImage)
ViewComponent.Content(string)
ViewComponent.View()
ViewComponent.View(string)
ViewComponent.View<TModel>(TModel)
ViewComponent.View<TModel>(string, TModel)
ViewComponent.HttpContext
ViewComponent.Request
ViewComponent.User
ViewComponent.UserClaimsPrincipal
ViewComponent.RouteData
ViewComponent.ViewBag
ViewComponent.ModelState
ViewComponent.Url
ViewComponent.ViewComponentContext
ViewComponent.ViewContext
ViewComponent.ViewData
ViewComponent.TempData
ViewComponent.ViewEngine
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: AdaptiveImages.TinyMce
Assembly: AdaptiveImages.dll
Syntax
[TemplateDescriptor(Inherited = true)]
public class TinyMceAdaptiveImageController : BlockComponent<TinyMceAdaptiveImage>, IRenderTemplate<TinyMceAdaptiveImage>, IRenderTemplate

Methods

InvokeComponent(TinyMceAdaptiveImage)

Renders a TinyMceAdaptiveImage block which wraps an adaptive image

Declaration
protected override IViewComponentResult InvokeComponent(TinyMceAdaptiveImage currentContent)
Parameters
Type Name Description
TinyMceAdaptiveImage currentContent
Returns
Type Description
IViewComponentResult
Overrides
PartialContentComponent<TinyMceAdaptiveImage>.InvokeComponent(TinyMceAdaptiveImage)

Implements

EPiServer.Web.IRenderTemplate<TModel>
EPiServer.Web.IRenderTemplate

Extension Methods

ImageExtensions.GetCultureSpecificImageAttribute<TContent, TProperty>(TContent, Expression<Func<TContent, TProperty>>)
ImageExtensions.GetImageConstraints<TParent>(TParent, string)
ImageExtensions.GetImageConstraints<TParent, TProperty>(TParent, Expression<Func<TParent, TProperty>>)
ImageExtensions.GetImageRenderSettings<TParent, TProperty>(TParent, Expression<Func<TParent, TProperty>>)
ImageExtensions.GetImageRenderSettings<TParent, TProperty>(TParent, Expression<Func<TParent, TProperty>>, FormFactor)
ImageExtensions.GetProportionsConstraint<TParent>(TParent, string)
ImageExtensions.GetProportionsConstraint<TParent>(TParent, string, FormFactor)
ImageExtensions.GetProportionsConstraint<TParent, TProperty>(TParent, Expression<Func<TParent, TProperty>>)
ImageExtensions.GetRequiredImageAttribute<TContent, TProperty>(TContent, Expression<Func<TContent, TProperty>>)
ImageExtensions.GetSizeConstraint<TContent, TProperty>(TContent, Expression<Func<TContent, TProperty>>)
☀
☾
In this article
Back to top
Documentation applies to: Adaptive Images 2.x
☀
☾