Configuration object with no custom config settings. When developing your own IRenderingResponseHandler plugin you can use this if you do not require any special configuration in the Composite.config file.

Namespace: Composite.Core.WebClient.Renderings.Plugins.RenderingResponseHandler
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
public sealed class NonConfigurableRenderingResponseHandler : RenderingResponseHandlerData
Visual Basic
Public NotInheritable Class NonConfigurableRenderingResponseHandler _
	Inherits RenderingResponseHandlerData
Visual C++
public ref class NonConfigurableRenderingResponseHandler sealed : public RenderingResponseHandlerData

Inheritance Hierarchy

System..::..Object
  System.Configuration..::..ConfigurationElement
    NamedConfigurationElement
      NameTypeManagerTypeConfigurationElement
        Composite.Core.WebClient.Renderings.Plugins.RenderingResponseHandler..::..RenderingResponseHandlerData
          Composite.Core.WebClient.Renderings.Plugins.RenderingResponseHandler..::..NonConfigurableRenderingResponseHandler

See Also