Namespace: Cartella.Models
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public static string TrimEllipsis(
	this HtmlHelper helper,
	string originalString,
	int maxCharLength
)
Visual Basic
<ExtensionAttribute> _
Public Shared Function TrimEllipsis ( _
	helper As HtmlHelper, _
	originalString As String, _
	maxCharLength As Integer _
) As String
Visual C++
[ExtensionAttribute]
public:
static String^ TrimEllipsis(
	HtmlHelper^ helper, 
	String^ originalString, 
	int maxCharLength
)

Parameters

helper
Type: HtmlHelper
originalString
Type: System..::..String
maxCharLength
Type: System..::..Int32

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type HtmlHelper. When you use instance method syntax to call this method, omit the first parameter. For more information, see or .

See Also