LoadFileTask.

Encoding Property

Summary

The encoding to use when loading the file. The default is the encoding associated with the system's current ANSI code page.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Tasks
Containing Type
LoadFileTask

Syntax

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

Attributes

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

Value

Type Description
Encoding