C# 클래스 Frapid.WebsiteBuilder.Extensions.StringExtension

파일 보기 프로젝트 열기: frapid/frapid

공개 메소드들

메소드 설명
ToAlias ( this input, int limit = 100 ) : string
ToText ( this html ) : string
Truncate ( this input, int limit = 50 ) : string

메소드 상세

ToAlias() 공개 정적인 메소드

public static ToAlias ( this input, int limit = 100 ) : string
input this
limit int
리턴 string

ToText() 공개 정적인 메소드

public static ToText ( this html ) : string
html this
리턴 string

Truncate() 공개 정적인 메소드

public static Truncate ( this input, int limit = 50 ) : string
input this
limit int
리턴 string