9 lines
176 B
C#
9 lines
176 B
C#
namespace Umbraco.Core.Configuration
|
|
{
|
|
public interface IRuntimeSettings
|
|
{
|
|
int? MaxQueryStringLength { get; }
|
|
int? MaxRequestLength { get; }
|
|
}
|
|
}
|