Verbs Property

MSBuild

A comma-separated list of the HTTP verbs to include in the application mapping.


Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Public Property Verbs As String
C#
public string Verbs { get; set; }
C++
public property string Verbs sealed  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_Verbs();

/** property */
public void set_Verbs(string value);
JScript
public function get Verbs() : String

public function set Verbs(value : String);

Remarks

The default behavior (when this property is empty or unspecified) is to map all verbs.

A semi-colon-separated list will also be recognized, allowing you to use an MSBuild Item.

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.