RouteOptions.AppendTrailingSlash 属性

定义

获取或设置一个值,该值指示是否应将尾部斜杠追加到生成的 URL。

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

属性值

适用于