C# Class ToSic.SexyContent.Environment.Dnn7.RenderingHelpers

Exibir arquivo Open project: 2sic/2sxc Class Usage Examples

Public Methods

Method Description
DesignErrorMessage ( Exception ex, bool addToEventLog, string visitorAlternateError, bool addMinimalWrapper, bool encodeMessage ) : string
GetClientInfosAll ( ) : ClientInfosAll

Private Methods

Method Description
IsDebugUrl ( HttpRequest request ) : bool

Return true if the URL is a debug URL

RegisterClientDependencies ( Page page ) : void
RegisterCss ( Page page, string path ) : void
RegisterJs ( Page page, string version, string path ) : void
RenderingHelpers ( SxcInstance sxc ) : System

Method Details

DesignErrorMessage() public method

public DesignErrorMessage ( Exception ex, bool addToEventLog, string visitorAlternateError, bool addMinimalWrapper, bool encodeMessage ) : string
ex System.Exception
addToEventLog bool
visitorAlternateError string
addMinimalWrapper bool
encodeMessage bool
return string

GetClientInfosAll() public method

public GetClientInfosAll ( ) : ClientInfosAll
return ClientInfosAll