HttpRuntimeSection.EnableVersionHeader Property
.NET Framework 3.0
Gets or sets a value that indicates whether ASP.NET should output a version header.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public boolean get_EnableVersionHeader () /** @property */ public void set_EnableVersionHeader (boolean value)
public function get EnableVersionHeader () : boolean public function set EnableVersionHeader (value : boolean)
Not applicable.
Property Value
true if the output of the version header is enabled; otherwise, false. The default value is true.Community Additions
ADD
Show: