LinkOptions.LowercaseQueryStrings 속성

정의

생성된 쿼리 문자열이 소문자인지 여부를 나타내는 값을 가져오거나 설정합니다. 이 속성은 가 true아닌 한 LowercaseUrls false입니다.

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

속성 값

적용 대상