Namespace: Cartella.Models
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)
or .
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