LinkOptions.AppendTrailingSlash 屬性

定義

取得或設定值,指出是否應該將尾端斜線附加至產生的 URL。

public:
 property Nullable<bool> AppendTrailingSlash { Nullable<bool> get(); void set(Nullable<bool> value); };
public bool? AppendTrailingSlash { get; set; }
member this.AppendTrailingSlash : Nullable<bool> with get, set
Public Property AppendTrailingSlash As Nullable(Of Boolean)

屬性值

適用於