3 references to _propMaxUrlLength
System.Web (3)
Configuration\HttpRuntimeSection.cs (3)
348
_properties.Add(
_propMaxUrlLength
);
712
_MaxUrlLength = (int)base[
_propMaxUrlLength
];
717
base[
_propMaxUrlLength
] = value;