View Source
Interface IRequestHandlerSection
Assembly: Umbraco.Core.dll
Syntax
public interface IRequestHandlerSection : IUmbracoConfigurationSection
Properties
View Source
AddTrailingSlash
Declaration
bool AddTrailingSlash { get; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
CharCollection
Declaration
IEnumerable<IChar> CharCollection { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<IChar> |
|
View Source
ConvertUrlsToAscii
Declaration
bool ConvertUrlsToAscii { get; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
TryConvertUrlsToAscii
Declaration
bool TryConvertUrlsToAscii { get; }
Property Value
Type |
Description |
System.Boolean |
|