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 SourceGetRequestedSegment()
Gets the requested segment from the "Accept-Segment" header, if present.
Declaration
string? GetRequestedSegment()
Returns
| Type | Description |
|---|---|
| string |