Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.24 KB

formaturl-task.md

File metadata and controls

38 lines (30 loc) · 1.24 KB
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
VB
CSharp
C++
MSBuild, FormatUrl task
FormatUrl task [MSBuild]
ghogen
ghogen
mijacobs
msbuild

FormatUrl task

Converts a URL to a correct URL format.

Parameters

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.

Remarks

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.

See also