Class CompilationCacheProducedEventArgs
CompilationCacheProduced
public sealed class CompilationCacheProducedEventArgs : EventArgs- Inheritance
- 
      
      
      CompilationCacheProducedEventArgs
- Inherited Members
Properties
Data
Gets or sets the data
[JsonPropertyName("data")]
public string Data { get; set; }Property Value
Url
Gets or sets the url
[JsonPropertyName("url")]
public string Url { get; set; }