C# 클래스 DocGenerator.Slugger

파일 보기 프로젝트 열기: preemptive/DocGenerator

공개 프로퍼티들

프로퍼티 타입 설명
SlugMaxChars int
SlugMaxWords int

공개 메소드들

메소드 설명
Slugify ( string text ) : string

Will strip all non-alphanumeric characters and replace all spaces with `-` to make a URL friendly "slug"

비공개 메소드들

메소드 설명
Slugger ( ) : System

메소드 상세

Slugify() 공개 정적인 메소드

Will strip all non-alphanumeric characters and replace all spaces with `-` to make a URL friendly "slug"
public static Slugify ( string text ) : string
text string
리턴 string

프로퍼티 상세

SlugMaxChars 공개적으로 정적으로 프로퍼티

public static int SlugMaxChars
리턴 int

SlugMaxWords 공개적으로 정적으로 프로퍼티

public static int SlugMaxWords
리턴 int