NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
StyleTask.XsltFile Property
[This is preliminary documentation and subject to change.]
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.
[Visual Basic]
<TaskAttribute(Name:="style", Required:=True, ExpandProperties:=True, ProcessXml:=True)>
Public Property XsltFile As
Uri
[C#]
[TaskAttribute(Name="style", Required=True, ExpandProperties=True, ProcessXml=True)]
public
System.Uri XsltFile {get; set;}
Remarks
Missing <remarks> documentation for P:NAnt.Core.Tasks.StyleTask.XsltFile
See Also
StyleTask Class | NAnt.Core.Tasks Namespace