CopyTask.

OutputEncoding Property

Summary

The encoding to use when writing the files. The default is the encoding of the input file.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Tasks
Containing Type
CopyTask

Syntax

[TaskAttribute("outputencoding")]
public Encoding OutputEncoding { get; set; }

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.

Value

Type Description
Encoding