IRenderingService public interface IRenderingService : IService Represents a service for creating rendering contexts. Documentation Code IRenderingContext CreateContext(string contextId) Creates the given context or returns null, if this is not possible. bool IsSupportingContext(string contextId) Checks if the given context is supported.