StyleTask.

XsltFile Property

Summary

URI or path that points to the stylesheet to use. If given as path, it can be relative to the project's basedir or absolute.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Tasks
Containing Type
StyleTask

Syntax

[TaskAttribute("style", Required = true)]
public Uri XsltFile { get; set; }

Attributes

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

Value

Type Description
Uri