Skip to content

Latest commit

 

History

History
41 lines (37 loc) · 1.32 KB

File metadata and controls

41 lines (37 loc) · 1.32 KB
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
FormatUrl Task | Microsoft Docs
11/04/2016
vs-ide-sdk
article
VB
CSharp
C++
jsharp
MSBuild, FormatUrl task
FormatUrl task [MSBuild]
81114b67-520f-43b5-8891-224f68a78516
5
kempb
kempb
ghogen

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 the 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

Tasks
Task Reference