| Name, Syntax, Example |
Description |
Name: SitePath
Content Syntax: n/a
Object Model Syntax: VwdCms.Configuration.Utilities.SitePath
Example Data: mysite/
|
The virtual path location of the root of the site (if located in a subfolder of the IIS Application Path)
|
Name: SiteUrl
Content Syntax: {SiteUrl}
Object Model Syntax: VwdCms.Configuration.Utilities.SiteUrl
Example Data: http://www.vwd-cms.com/
|
Base URL for the site (IIS Application) + SitePath value
|
Name: Query
Content Syntax: {Query}
Object Model Syntax: n/a
Example Data: ?lg=english
|
Contains the QueryString values from the current request. It is a good idea to append
the Query to all of your links in your content so that user language selections are
preserved as they navigate the site.
|
Name: SecureUrl
Content Syntax: {SiteSecureUrl}
Object Model Syntax: VwdCms.Configuration.Utilities.SecureUrl
Example Data: https://www.vwd-cms.com/
|
The secure (SSL) version of the SiteUrl
|
Name: ImageUrl
Content Syntax: {ImageUrl}
Object Model Syntax: VwdCms.Configuration.Utilities.ImageUrl
Example Data: http://www.vwd-cms.com/Images/
|
The URL to the Images folder. The Images folder is intended to contain
graphics that are related to the site layout, background colors and images, buttons, etc.
|
Name: ProductImageUrl
Content Syntax: {ProductImageUrl}
Object Model Syntax: VwdCms.Configuration.Utilities.ProductImageUrl
Example Data: http://www.vwd-cms.com/Images/Products/
|
The URL to the ProductImages folder. You can put any images in this folder that are
not related to site graphics and layout.
|
Name: Domain
Content Syntax: {Domain}
Object Model Syntax: VwdCms.Configuration.Utilities.Domain
Example Data: vwd-cms.com
|
The domain name of your website. (not including subdomains like "www."). Set in the Web.config file.
|
Name: CompanyName
Content Syntax: {CompanyName}
Object Model Syntax: VwdCms.Configuration.Utilities.CompanyName
Example Data: VWD-CMS
|
The full name of your company as you want it to appear on the site. Set in the Web.config file.
|
Name: CompanyNickname
Content Syntax: {CompanyNickname}
Object Model Syntax: VwdCms.Configuration.Utilities.CompanyNickname
Example Data: vwd-cms.com
|
A less formal name or nickname for your company. Set in the Web.config file.
|
Name: City
Content Syntax: {City}
Object Model Syntax: VwdCms.Configuration.Utilities.City
Example Data: Tacoma
|
The name of the city that you, your business, or site are located in. Set in the Web.config file.
|
Name: State
Content Syntax: {State}
Object Model Syntax: VwdCms.Configuration.Utilities.State
Example Data: Washington
|
The name of the state that you, your business, or site are located in. Set in the Web.config file.
|
Name: Country
Content Syntax: {Country}
Object Model Syntax: VwdCms.Configuration.Utilities.Country
Example Data: USA
|
The name of the country that you, your business, or site are located in. Set in the Web.config file.
|