LinkOptions.LowercaseUrls Property

Definition

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

public:
 property Nullable<bool> LowercaseUrls { Nullable<bool> get(); void set(Nullable<bool> value); };
public bool? LowercaseUrls { get; set; }
member this.LowercaseUrls : Nullable<bool> with get, set
Public Property LowercaseUrls As Nullable(Of Boolean)

Property Value

Applies to