WebProjectType Enum

Definition

Enumerates a type of web project.

This enumeration supports a bitwise combination of its member values.

public enum class WebProjectType
[System.Flags]
public enum WebProjectType
[<System.Flags>]
type WebProjectType = 
Public Enum WebProjectType
Inheritance
WebProjectType
Attributes

Fields

Empty 0

The Empty type.

Mvc 2

The Mvc type.

WebApi 4

The WebApi type.

WebForms 1

The WebForms type.

Applies to