title | description | ms.date | ms.topic | dev_langs | helpviewer_keywords | author | ms.author | manager | ms.subservice | |||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
FormatUrl Task |
Learn about how to use the MSBuild FormatUrl task to convert an input URL to a correct output URL format. |
11/04/2016 |
reference |
|
|
ghogen |
ghogen |
mijacobs |
msbuild |
Converts a URL to a correct URL format.
The following table describes the parameters of the FormatUrl
task.
Parameter | Description |
---|---|
InputUrl |
Optional String parameter.Specifies the URL to format. |
OutputUrl |
Optional String output parameter.Specifies the formatted URL. |
In addition to having the parameters that are listed in the table, this task inherits parameters from the xref:Microsoft.Build.Tasks.TaskExtension class, which itself inherits from the xref:Microsoft.Build.Utilities.Task class. For a list of these additional parameters and their descriptions, see TaskExtension base class.