Search Results for

    Show / Hide Table of Contents
    View Source

    Class RequestHandlerSettings

    Typed configuration options for request handler settings.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Configuration.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class RequestHandlerSettings

    Properties

    View Source

    AddTrailingSlash

    Gets or sets a value indicating whether to add a trailing slash to URLs.

    Declaration
    public bool AddTrailingSlash { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    ConvertUrlsToAscii

    Gets or sets a value indicating whether to convert URLs to ASCII (valid values: "true", "try" or "false").

    Declaration
    public string ConvertUrlsToAscii { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    EnableDefaultCharReplacements

    Disable all default character replacements

    Declaration
    public bool EnableDefaultCharReplacements { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    ShouldConvertUrlsToAscii

    Gets a value indicating whether URLs should be converted to ASCII.

    Declaration
    public bool ShouldConvertUrlsToAscii { get; }
    Property Value
    Type Description
    System.Boolean
    View Source

    ShouldTryConvertUrlsToAscii

    Gets a value indicating whether URLs should be tried to be converted to ASCII.

    Declaration
    public bool ShouldTryConvertUrlsToAscii { get; }
    Property Value
    Type Description
    System.Boolean
    View Source

    UserDefinedCharCollection

    Add additional character replacements, or override defaults

    Declaration
    public IEnumerable<CharItem>? UserDefinedCharCollection { get; set; }
    Property Value
    Type Description
    System.Nullable<IEnumerable<CharItem>>
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • AddTrailingSlash
      • ConvertUrlsToAscii
      • EnableDefaultCharReplacements
      • ShouldConvertUrlsToAscii
      • ShouldTryConvertUrlsToAscii
      • UserDefinedCharCollection
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX