RouteOptions.AppendTrailingSlash Property

Definition

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

public:
 property bool AppendTrailingSlash { bool get(); void set(bool value); };
public bool AppendTrailingSlash { get; set; }
member this.AppendTrailingSlash : bool with get, set
Public Property AppendTrailingSlash As Boolean

Property Value

Applies to