This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using Alloy.Models.Media; | |
using EPiServer.Core; | |
using EPiServer.Core.Html.StringParsing; | |
using EPiServer.ServiceLocation; | |
using EPiServer.Web; | |
using HtmlAgilityPack; | |
public static class XhtmlExtensions | |
{ | |
public static XhtmlString AdjustAltText(this XhtmlString xhtmlString) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System.Globalization; | |
using System.Web; | |
using EPiServer.Core.Routing; | |
using EPiServer.Core.Routing.Pipeline; | |
using EPiServer.Filters; | |
using EPiServer.Framework.Cache; | |
public class SitePageDataPartialRouter( | |
IContentLoader contentLoader, | |
ISynchronizedObjectInstanceCache cache) |
OlderNewer