Class MessageTemplates
Provides tools to support message templates.
Inheritance
System.Object
Namespace: Umbraco.Core.Logging
Assembly: Umbraco.Core.dll
Syntax
public static class MessageTemplates
Methods
View SourceRender(String, Object[])
Declaration
public static string Render(string messageTemplate, params object[] args)
Parameters
Type | Name | Description |
---|---|---|
System.String | messageTemplate | |
System.Object[] | args |
Returns
Type | Description |
---|---|
System.String |