ApplyScriptMaps Property

MSBuild

The method used to determine if ASP.NET script mappings should be applied


Namespace: MSBuild.Community.Tasks.AspNet
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Public Property ApplyScriptMaps As String
C#
public string ApplyScriptMaps { get; set; }
C++
public property string ApplyScriptMaps sealed  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_ApplyScriptMaps();

/** property */
public void set_ApplyScriptMaps(string value);
JScript
public function get ApplyScriptMaps() : String

public function set ApplyScriptMaps(value : String);

Remarks

The default behavior is to register script mappings on all sites except those with a newer version of ASP.NET.

Value
NeverRegister ASP.NET on the computer without updating any script mappings.
IfNoneExistRegister script mappings only on for sites that do not have any existing ASP.NET script mappings (not available for ASP.NET v1.1)
UnlessNewerExistRegister script mappings on all sites except those with a newer version of ASP.NET.
AlwaysRegister script mappings on all sites, even if they already have a newer version of ASP.NET.

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.