Share via


IWebSite Interface

Applies to v2.

Provides properties for interacting with a web site.

Namespace:  Microsoft.WebMatrix.Extensibility
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Public Interface IWebSite
'Usage
Dim instance As IWebSite
public interface IWebSite
public interface class IWebSite
type IWebSite =  interface end
public interface IWebSite

The IWebSite type exposes the following members.

Properties

  Name Description
Public property ApplicationIdentifier Gets the web platform installer application identifier for the site's application.
Public property IsLocal Gets a value that indicates whether the current web site profile opened in WebMatrix is remote or local.
Public property Name Gets the name of the web site.
Public property Path Gets the physical path for the site on the local machine.
Public property SitePreferences Gets site preferences.
Public property Uri Gets the URI for the site on the local machine.

Top

See Also

Reference

Microsoft.WebMatrix.Extensibility Namespace