Click or drag to resize

ExtensionsToHTMLLinie Method

Convert Enviroment.NewLinie to HTML new linie

Namespace:  SOWIWeb.Helper
Assembly:  SOWIWeb.Helper (in SOWIWeb.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public static MvcHtmlString ToHTMLLinie(
	this string text
)

Parameters

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:SOWIWeb.Helper.Extensions.ToHTMLLinie(System.String)"]

Return Value

Type: MvcHtmlString

[Missing <returns> documentation for "M:SOWIWeb.Helper.Extensions.ToHTMLLinie(System.String)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type String. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also