Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IRequestSegmmentService

    Defines a service that retrieves the requested segment from the current HTTP request.

    Namespace: Umbraco.Cms.Core.DeliveryApi
    Assembly: Umbraco.Core.dll
    Syntax
    [Obsolete("This interface is misspelled. Please use the correct one IRequestSegmentService. Scheduled for removal in Umbraco 18.")]
    public interface IRequestSegmmentService
    Remarks

    This interface is misspelled. Please use the correct one IRequestSegmentService. Scheduled for removal in Umbraco 18.

    Methods

    View Source

    GetRequestedSegment()

    Gets the requested segment from the "Accept-Segment" header, if present.

    Declaration
    string? GetRequestedSegment()
    Returns
    Type Description
    string
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX