C# 클래스 ZeroInstall.Store.Model.ModelUtils

Provides utility methods for interface and feed URIs.
파일 보기 프로젝트 열기: 0install/0install-win 1 사용 예제들

공개 메소드들

메소드 설명
ContainsTemplateVariables ( [ value ) : bool

Determines whether a string contains a template variable (a substring enclosed in curly brackets, e.g {var}).

비공개 메소드들

메소드 설명
GetAbsoluteHref ( [ href, [ source = null ) : Uri
GetAbsolutePath ( [ path, [ source = null ) : string

메소드 상세

ContainsTemplateVariables() 공개 정적인 메소드

Determines whether a string contains a template variable (a substring enclosed in curly brackets, e.g {var}).
public static ContainsTemplateVariables ( [ value ) : bool
value [
리턴 bool