Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
ApplicationIdentifier | Gets the web platform installer application identifier for the site's application. |
![]() |
IsLocal | Gets a value that indicates whether the current web site profile opened in WebMatrix is remote or local. |
![]() |
Name | Gets the name of the web site. |
![]() |
Path | Gets the physical path for the site on the local machine. |
![]() |
SitePreferences | Gets site preferences. |
![]() |
Uri | Gets the URI for the site on the local machine. |
Top