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
    NamespaceSystemLibrary.Common.Episerver.Extensions SystemLibrary.Common.Episerver.dll

    Common page data extensions

    PageDataExtensions

    public static class PageDataExtensions

    Inheritance
    System.Object
    PageDataExtensions
    Examples
    Arguments
    X

    Methods

    Returns true if 'pageData' is not null and content link on pageData exists

    View Source

    public static bool Is(this PageData pageData)

    X
    Methods arguments
    Type Name Description
    EPiServer.Core.PageData pageData
    X
    Type Description
    System.Boolean

    Returns true if 'pageData' is null or if the content link of it is null

    View Source

    public static bool IsNot(this PageData pageData)

    X
    Methods arguments
    Type Name Description
    EPiServer.Core.PageData pageData
    X
    Type Description
    System.Boolean

    Returns the friendly url of a page

    Returns null if pageData is null or does not have a contentlink

    View Source

    public static string ToFriendlyUrl(this PageData pageData)

    X
    Methods arguments
    Type Name Description
    EPiServer.Core.PageData pageData
    X
    Type Description
    System.String

    A friendly url or null

    }

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