LinkOptions Class

Definition

Configures options for generated URLs.

public ref class LinkOptions
public class LinkOptions
type LinkOptions = class
Public Class LinkOptions
Inheritance
LinkOptions

Constructors

LinkOptions()

Properties

AppendTrailingSlash

Gets or sets a value indicating whether a trailing slash should be appended to the generated URLs.

LowercaseQueryStrings

Gets or sets a value indicating whether a generated query strings are lowercase. This property will be false unless LowercaseUrls is also true.

LowercaseUrls

Gets or sets a value indicating whether all generated paths URLs are lowercase. Use LowercaseQueryStrings to configure the behavior for query strings.

Applies to