CompilationSection.TempDirectory Property

 

Gets or sets a value that specifies the directory to use for temporary file storage during compilation.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

[<ConfigurationPropertyAttribute("tempDirectory", DefaultValue = "")>]
member TempDirectory : string with get, set

Property Value

Type: System.String

A value specifying the directory to use for temporary file storage during compilation.

The following code example demonstrates how to use the TempDirectory property. This code example is part of a larger example provided for the CompilationSection class.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: