Namespace: CMS.Routing.WebAssembly: CMS.Routing.Web (in CMS.Routing.Web.dll) Version: 13.0.131
Syntax public ExternalFile(
DateTime lastModified,
string eTag = null
)
Parameters
- lastModified
- Type: SystemDateTime
Defines point in time in which the external file was modified. - eTag (Optional)
- Type: SystemString
Defines an optional identifier representing specific version of a resource.
See Also