WebProjectType Enumeration

 

Enumerates a type of web project.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:   Microsoft.VisualStudio.SharePoint
Assembly:  Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)

[FlagsAttribute]
public enum class WebProjectType

Member nameDescription
Empty

The Empty type.

Mvc

The Mvc type.

WebApi

The WebApi type.

WebForms

The WebForms type.

Return to top
Show: