WebProjectType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Empty | 0 | The Empty type. |
WebForms | 1 | The WebForms type. |
Mvc | 2 | The Mvc type. |
WebApi | 4 | The WebApi type. |