UriTemplate.IgnoreTrailingSlash Property

Definition

Specifies whether trailing slashes "/" in the template should be ignored when matching candidate URIs.

public:
 property bool IgnoreTrailingSlash { bool get(); };
public bool IgnoreTrailingSlash { get; }
member this.IgnoreTrailingSlash : bool
Public ReadOnly Property IgnoreTrailingSlash As Boolean

Property Value

true if trailing slashes "/" should be ignored, otherwise false.

Applies to