| title | FormatUrl Task | |||
|---|---|---|---|---|
| description | Learn about how to use the MSBuild FormatUrl task to convert an input URL to a correct output URL format. | |||
| ms.date | 11/04/2016 | |||
| ms.topic | reference | |||
| dev_langs |
|
|||
| helpviewer_keywords |
|
|||
| author | ghogen | |||
| ms.author | ghogen | |||
| ms.subservice | 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.