Property ForceTrailingSlash
ForceTrailingSlash
Gets or sets whether the HTTP server should automatically rewrite GET requests to end
their path with /
. This is applyable only to non-Regex routes.
public bool ForceTrailingSlash { get; set; }
Gets or sets whether the HTTP server should automatically rewrite GET requests to end
their path with /
. This is applyable only to non-Regex routes.
public bool ForceTrailingSlash { get; set; }