Table of Contents

Property ForceTrailingSlash

Namespace
Sisk.Core.Http
Assembly
Sisk.Core.dll

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; }

Property Value

bool