LinkOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
LowercaseUrls |
Gets or sets a value indicating whether all generated paths URLs are lowercase. Use LowercaseQueryStrings to configure the behavior for query strings. |