NAnt SDK Documentation - v0.85-nightly-2005-11-09

FilterChain.InputEncoding Property

[This is preliminary documentation and subject to change.]

NOTE: This property is now obsolete.

The input encoding should now be specified on the task.


The encoding to assume when filter-copying files. The default is system's current ANSI code page.

[Visual Basic]
<Obsolete(Message:="The input encoding should now be specified on the task.", IsError:=True), _  TaskAttribute(Name:="encoding", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property InputEncoding As Encoding
[C#]
[Obsolete(Message="The input encoding should now be specified on the task.", IsError=True)]
[TaskAttribute(Name="encoding", Required=False, ExpandProperties=True, ProcessXml=True)]
public System.Text.Encoding InputEncoding {get; set;}

Remarks

Missing <remarks> documentation for P:NAnt.Core.Filters.FilterChain.InputEncoding

See Also

FilterChain Class | NAnt.Core.Filters Namespace