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

StyleTask.Extension Property

[This is preliminary documentation and subject to change.]

Desired file extension to be used for the targets. The default is html.

[Visual Basic]
<TaskAttribute(Name:="extension", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property Extension As String
[C#]
[TaskAttribute(Name="extension", Required=False, ExpandProperties=True, ProcessXml=True)]
public string Extension {get; set;}

Remarks

Missing <remarks> documentation for P:NAnt.Core.Tasks.StyleTask.Extension

See Also

StyleTask Class | NAnt.Core.Tasks Namespace