|
この記事は機械翻訳されたものです。 記事の文章にポインターを重ねると、原文のテキストが表示されます。
|
訳文
原文
|
httpRuntime 要素 (ASP.NET 設定スキーマ)
[このドキュメントはプレビューのみを目的としており、以降のリリースで変更される可能性があります。プレースホルダーとして空白のトピックが含まれています。]
<httpRuntime apartmentThreading = "[True|False]" appRequestQueueLimit = "number" delayNotificationTimeout = "number" enable = "[True|False]" enableHeaderChecking = "[True|False]" enableKernelOutputCache = "[True|False]" enableVersionHeader = "[True|False]" encoderType = "string" executionTimeout = "number" maxQueryStringLength = "number" maxRequestLength = "number" maxUrlLength = "number" maxWaitChangeNotification = "number" minFreeThreads = "number" minLocalRequestFreeThreads = "number" relaxedUrlToFileSystemMapping = "[True|False]" requestLengthDiskThreshold = "number" requestPathInvalidCharacters = "string" requestValidationMode = "[2.0|4.0]" requestValidationType = "string" requireRootedSaveAsPath = "[True|False]" sendCacheControlHeader = "[True|False]" shutdownTimeout = "number" targetFramework = "number" useFullyQualifiedRedirectUrl = "[True|False]" waitChangeNotification = "number" />
属性
|
|
|
|---|---|
|
apartmentThreading |
|
|
appRequestQueueLimit |
|
|
delayNotificationTimeout |
|
|
encoderType |
|
|
enable |
|
|
enableHeaderChecking |
|
|
enableKernelOutputCache |
|
|
enableVersionHeader |
Note
|
|
executionTimeout |
|
|
maxRequestLength |
|
|
maxWaitChangeNotification |
|
|
minFreeThreads |
|
|
minLocalRequestFreeThreads |
|
|
requestValidationMode |
|
|
requestValidationType |
|
|
requestLengthDiskThreshold |
|
|
requireRootedSaveAsPath |
|
|
sendCacheControlHeader |
|
|
shutdownTimeout |
|
|
targetFramework |
|
|
useFullyQualifiedRedirectUrl |
Note
|
|
waitChangeNotification |
|
|
maxQueryStringLength |
Note
Note
|
|
maxUrlLength |
Note
|
|
relaxedUrlToFileSystemMapping |
|
|
requestPathInvalidCharacters |
<,>,*,%,&,:,\ |
子要素
親要素
|
|
|
|---|---|
|
configuration |
|
|
system.web |
|
既定の構成
<httpRuntime apartmentThreading="false" appRequestQueueLimit="5000" delayNotificationTimeout="5" enable="true" enableHeaderChecking="true" enableKernelOutputCache="true" enableVersionHeader="true" encoderType = "System.Web.Util.HttpEncoder" executionTimeout="110" maxQueryStringLength = "2048" maxRequestLength="4096" maxUrlLength = "260" maxWaitChangeNotification="0" minFreeThreads="8" minLocalRequestFreeThreads="4" relaxedUrlToFileSystemMapping = "False" requestLengthDiskThreshold="80" requestPathInvalidCharacters = "<,>,*,%,&,:,\" requestValidationMode = "4.0" requestValidationType = "System.Web.Util.RequestValidator" requireRootedSaveAsPath="true" sendCacheControlHeader="true" shutdownTimeout="90" useFullyQualifiedRedirectUrl="false" waitChangeNotification="0" />
Note