Skip to content
Snippets Groups Projects
Select Git revision
  • 70bbe1c60e4ae9e0db41de71b3d791c7a2b07b79
  • master default
  • dependabot/nuget/source/Sample/Newtonsoft.Json-13.0.1
  • dependabot/nuget/source/MasterDevs.ChromeDevTools.Tests/Newtonsoft.Json-13.0.1
  • dependabot/nuget/source/ProtocolGenerator/Newtonsoft.Json-13.0.1
  • dependabot/nuget/source/ChromeDevTools/Newtonsoft.Json-13.0.1
  • dependabot/nuget/source/ChromeDevTools/System.Net.Http-4.3.4
  • revert-29-revert-24-protocol_62
  • revert-24-protocol_62
  • 1.1.0
  • 1.0.2
  • 1.0.1
  • 1.0.0.40915
13 results

SetOuterHTMLCommand.cs

Blame
  • CustomPreview.cs 619 B
    using ChromeDevTools;
    using Newtonsoft.Json;
    using System.Collections.Generic;
    
    namespace ChromeDevTools.Protocol.Runtime
    {
    	/// <summary>
    	/// 
    	/// </summary>
    	public class CustomPreview
    	{
    		/// <summary>
    		/// Gets or sets Header
    		/// </summary>
    		public string Header { get; set; }
    		/// <summary>
    		/// Gets or sets HasBody
    		/// </summary>
    		public bool HasBody { get; set; }
    		/// <summary>
    		/// Gets or sets FormatterObjectId
    		/// </summary>
    		public string FormatterObjectId { get; set; }
    		/// <summary>
    		/// Gets or sets ConfigObjectId
    		/// </summary>
    		public string ConfigObjectId { get; set; }
    	}
    }