Class RenderResult

RenderResult class

Represents information with results of rendering

public class RenderResult

Constructors

NameDescription
RenderResult(string, RenderErrorCode)Initializes a new instance of the RenderResult class.

Properties

NameDescription
Message { get; set; }Gets or sets string message
RenderCode { get; set; }Gets or sets code of error

See Also