Search Results for

    Show / Hide Table of Contents
    View Source

    Class ApiLink

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Models.DeliveryApi
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class ApiLink

    Properties

    View Source

    DestinationId

    Declaration
    public Guid? DestinationId { get; }
    Property Value
    Type Description
    Guid?
    View Source

    DestinationType

    Declaration
    public string? DestinationType { get; }
    Property Value
    Type Description
    string
    View Source

    LinkType

    Declaration
    public LinkType LinkType { get; }
    Property Value
    Type Description
    LinkType
    View Source

    QueryString

    Declaration
    public string? QueryString { get; }
    Property Value
    Type Description
    string
    View Source

    Route

    Declaration
    public IApiContentRoute? Route { get; }
    Property Value
    Type Description
    IApiContentRoute
    View Source

    Target

    Declaration
    public string? Target { get; }
    Property Value
    Type Description
    string
    View Source

    Title

    Declaration
    public string? Title { get; }
    Property Value
    Type Description
    string
    View Source

    Url

    Declaration
    public string? Url { get; }
    Property Value
    Type Description
    string

    Methods

    View Source

    Content(string, string?, string?, Guid, string, IApiContentRoute)

    Declaration
    public static ApiLink Content(string title, string? queryString, string? target, Guid destinationId, string destinationType, IApiContentRoute route)
    Parameters
    Type Name Description
    string title
    string queryString
    string target
    Guid destinationId
    string destinationType
    IApiContentRoute route
    Returns
    Type Description
    ApiLink
    View Source

    External(string?, string, string?, string?)

    Declaration
    public static ApiLink External(string? title, string url, string? queryString, string? target)
    Parameters
    Type Name Description
    string title
    string url
    string queryString
    string target
    Returns
    Type Description
    ApiLink
    View Source

    Media(string, string, string?, string?, Guid, string)

    Declaration
    public static ApiLink Media(string title, string url, string? queryString, string? target, Guid destinationId, string destinationType)
    Parameters
    Type Name Description
    string title
    string url
    string queryString
    string target
    Guid destinationId
    string destinationType
    Returns
    Type Description
    ApiLink
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX