다음을 통해 공유


HttpRuntimeSection.MaxUrlLength 속성

정의

HTTP 요청의 URL에 대한 최대 허용 길이(문자 수)를 가져오거나 설정합니다.

public:
 property int MaxUrlLength { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("maxUrlLength", DefaultValue=260)]
[System.Configuration.IntegerValidator(MinValue=0)]
public int MaxUrlLength { get; set; }
[<System.Configuration.ConfigurationProperty("maxUrlLength", DefaultValue=260)>]
[<System.Configuration.IntegerValidator(MinValue=0)>]
member this.MaxUrlLength : int with get, set
Public Property MaxUrlLength As Integer

속성 값

URL의 길이(문자 수)입니다. 기본값은 260입니다.

특성

설명

값을 MaxUrlLength 속성은 정수, 0 이상입니다.

참고

매우 작은 값이로 웹 사이트를 사용할 수 없게 됩니다.

하는 경우 요청 URL의 길이 (의 값인는 Path 속성) 구성된 된 크기 제한 초과, ASP.NET HTTP 400 (잘못 된 요청) 상태 코드를 반환 합니다.

설정 하 여 구성 파일에서이 값을 설정할 수 있습니다 합니다 MaxUrlLength 특성을 httpRuntime 요소입니다. 자세한 내용은 httpRuntime 요소 (ASP.NET 설정 스키마)합니다.

적용 대상