When true, the aspnet_client scripts will be installed. No script mappings will be updated.
Namespace: MSBuild.Community.Tasks.AspNet
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property ClientScriptsOnly As Boolean |
| C# |
|---|
| public bool ClientScriptsOnly { get; set; } |
| C++ |
|---|
| public property bool ClientScriptsOnly sealed { bool get(); void set(bool value); } |
| J# |
|---|
| /** property */ public bool get_ClientScriptsOnly(); /** property */ public void set_ClientScriptsOnly(bool value); |
| JScript |
|---|
| public function get ClientScriptsOnly() : bool public function set ClientScriptsOnly(value : bool); |
Remarks
This cannot be true if a value for
See Also
Documentation version 1.0.0.0.