SaaS CMS has officially launched! Learn more now.

Class PermanentLinkBuilder

Inheritance
System.Object
PermanentLinkBuilder
Namespace: EPiServer.Web.Internal
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public static class PermanentLinkBuilder : Object

Methods

ConvertToPermanent(UrlBuilder, IContent)

Declaration
public static void ConvertToPermanent(UrlBuilder url, IContent content)
Parameters
Type Name Description
UrlBuilder url
IContent content
Declaration
public static bool IsPermanentLink(UrlBuilder url, out string washedPermanentLink)
Parameters
Type Name Description
UrlBuilder url
System.String washedPermanentLink
Returns
Type Description
System.Boolean