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 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