Click or drag to resize

ProjectIsWebSiteProject Property

True if the project is a 'website' project - meaning a web-based project that has no project file and appears in the solution tree as an 'http:\' URL instead of just a project name.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public bool IsWebSiteProject { get; }

Property Value

Type: Boolean
See Also