C# 클래스 Dinamico.Models.StartPage

상속: ContentPage, IStartPage, IStructuralPage, IThemeable, ILanguage, ISitesSource
파일 보기 프로젝트 열기: n2cms/n2cms

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetSites ( ) : IEnumerable
GetTranslations ( ) : string>.IDictionary
Translate ( string key, string fallback = null ) : string

메소드 상세

GetSites() 공개 메소드

public GetSites ( ) : IEnumerable
리턴 IEnumerable

GetTranslations() 공개 메소드

public GetTranslations ( ) : string>.IDictionary
리턴 string>.IDictionary

Translate() 공개 메소드

public Translate ( string key, string fallback = null ) : string
key string
fallback string
리턴 string