StyleTask.

Extension Property

Summary

Desired file extension to be used for the targets. The default is html.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Tasks
Containing Type
StyleTask

Syntax

[TaskAttribute("extension", Required = false)]
public string Extension { get; set; }

Attributes

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

Value

Type Description
string