예제 #1
0
 public CacheControlAttribute(CacheabilityValue cacheability, bool noStore)
     : this(cacheability)
 {
     NoStore = noStore;
 }
예제 #2
0
 public CacheControlAttribute(CacheabilityValue cacheability)
 {
     Cacheability = cacheability;
 }