IStructuredUrlSettingsUrlExtension Property
|
Gets/sets the extension of the URL to access pages at a run-time site. Can be left empty to have an extensionless URL.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax string UrlExtension { get; set; }
Property UrlExtension As String
Get
Set
property String^ UrlExtension {
String^ get ();
void set (String^ value);
}
abstract UrlExtension : string with get, set
Property Value
Type:
StringSee Also