C# 클래스 KnowYourTurf.Core.Html.Expressions.MetaExpression

상속: HtmlCommonExpressionBase
파일 보기 프로젝트 열기: reharik/KnowYourTurf

공개 메소드들

메소드 설명
AsContentType ( ) : MetaExpression
Content ( IEnumerable contentList ) : MetaExpression
Content ( string content ) : MetaExpression
Name ( string name ) : MetaExpression
ToString ( ) : string

메소드 상세

AsContentType() 공개 메소드

public AsContentType ( ) : MetaExpression
리턴 MetaExpression

Content() 공개 메소드

public Content ( IEnumerable contentList ) : MetaExpression
contentList IEnumerable
리턴 MetaExpression

Content() 공개 메소드

public Content ( string content ) : MetaExpression
content string
리턴 MetaExpression

Name() 공개 메소드

public Name ( string name ) : MetaExpression
name string
리턴 MetaExpression

ToString() 공개 메소드

public ToString ( ) : string
리턴 string