UriTemplate.IgnoreTrailingSlash 속성

정의

후보 URI와 일치시킬 때 템플릿의 후행 슬래시("/")를 무시할지 여부를 지정합니다.

public:
 property bool IgnoreTrailingSlash { bool get(); };
public bool IgnoreTrailingSlash { get; }
member this.IgnoreTrailingSlash : bool
Public ReadOnly Property IgnoreTrailingSlash As Boolean

속성 값

Boolean

true 후행 슬래시 "/"를 무시할지, 그렇지 않으면 false합니다.

적용 대상