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

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

공개 메소드들

메소드 설명
Add ( string scriptRelativePath ) : ScriptReferenceExpression
BasedAt ( string baseUrl ) : ScriptReferenceExpression
Indent ( string indentation ) : ScriptReferenceExpression
ScriptReferenceExpression ( ) : System
ToString ( ) : string

메소드 상세

Add() 공개 메소드

public Add ( string scriptRelativePath ) : ScriptReferenceExpression
scriptRelativePath string
리턴 ScriptReferenceExpression

BasedAt() 공개 메소드

public BasedAt ( string baseUrl ) : ScriptReferenceExpression
baseUrl string
리턴 ScriptReferenceExpression

Indent() 공개 메소드

public Indent ( string indentation ) : ScriptReferenceExpression
indentation string
리턴 ScriptReferenceExpression

ScriptReferenceExpression() 공개 메소드

public ScriptReferenceExpression ( ) : System
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string