LinkOptions.LowercaseUrls 속성

정의

생성된 모든 경로 URL이 소문자인지 여부를 나타내는 값을 가져오거나 설정합니다. 를 사용하여 LowercaseQueryStrings 쿼리 문자열에 대한 동작을 구성합니다.

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

속성 값

적용 대상