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

Syntax

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

Parameters

helper
Type: HtmlHelper
originalString
Type: System..::..String
charactersNumber
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