RouteCollection.AppendTrailingSlash 属性

定义

获取或设置指示标准化虚拟路径时是否添加首尾斜杠的值。

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

属性值

Boolean

如果添加尾部斜杠,则为 true;否则为 false。 默认值为 false

适用于