Page.TraceModeValue Property
.NET Framework 3.0
This property supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Sets the mode in which trace statements are displayed on the page.
Namespace: System.Web.UIAssembly: System.Web (in system.web.dll)
/** @property */ public TraceMode get_TraceModeValue () /** @property */ public void set_TraceModeValue (TraceMode value)
public function get TraceModeValue () : TraceMode public function set TraceModeValue (value : TraceMode)
Not applicable.
Property Value
One of the TraceMode enumeration members.In most circumstances, do not set this property in code. Set the TraceMode attribute in the @ Page directive in the .aspx file. When the page is requested, the dynamically generated class sets the property.
Community Additions
ADD
Show: