IRedirectTemporary Property
|
Gets whether this redirect will perform a temporary 302 redirect instead of permanent 301
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax bool Temporary { get; set; }
Property Temporary As Boolean
Get
Set
property bool Temporary {
bool get ();
void set (bool value);
}
abstract Temporary : bool with get, set
Property Value
Type:
BooleanSee Also