C# 클래스 Utility.UbbHelper

UBB代码助手类
FileName: UbbHelper.cs CLRVersion: 4.0.30319.18444 Author: Devin DateTime: 2016/3/13 15:20:50 GitHub: https://github.com/v5bep7/Utility
파일 보기 프로젝트 열기: v5bep7/Utility

공개 메소드들

메소드 설명
Decode ( string ubbCode, bool withNoFollow = true ) : string

解析Ubb代码为Html代码

비공개 메소드들

메소드 설명
DecodeAlign ( string ubb ) : string
DecodeBlank ( string ubb ) : string
DecodeColor ( string ubb ) : string
DecodeFont ( string ubb ) : string
DecodeHeading ( string ubb ) : string
DecodeImage ( string ubb ) : string
DecodeLinks ( string ubb ) : string
DecodeLinksWithNoFollow ( string ubb ) : string
DecodeList ( string ubb ) : string
DecodeQuote ( string ubb ) : string
DecodeStyle ( string ubb ) : string

메소드 상세

Decode() 공개 정적인 메소드

解析Ubb代码为Html代码
public static Decode ( string ubbCode, bool withNoFollow = true ) : string
ubbCode string Ubb代码
withNoFollow bool a标签是否不生成NoFollow,默认为true
리턴 string