Class ResourceNotFoundFallbackPolicy
- Namespace
- Phoesion.Glow.SDK.HologramDescriptors.Prism
- Assembly
- Phoesion.Glow.SDK.Hologram.dll
[MessagePackObject(false)]
public class ResourceNotFoundFallbackPolicy
- Inheritance
-
objectResourceNotFoundFallbackPolicy
Properties
CacheControl
[Key("CacheControl")]
[MessagePackFormatter(typeof(StringInterningFormatter))]
public string CacheControl { get; set; }
Property Value
FilePath
[Key("FilePath")]
[MessagePackFormatter(typeof(StringInterningFormatter))]
public string FilePath { get; set; }
Property Value
ResponseCode
[Key("ResponseCode")]
public HttpStatusCode? ResponseCode { get; set; }