RequiresUniqueFilePathSuffix Property

Returns true if a unique file path suffix is required. The default is false.

public virtual bool RequiresUniqueFilePathSuffix {
   get
}

Remarks

On devices and gateways that normally cache pages, self-referring form submissions do not return the correct results. To prevent this, a unique identifier (ID) is appended to the URL, in the form of a query string with _ufps="<uniquefilepathsuffix>".

See Also

Applies to: MobileCapabilities Class