C# 클래스 Rebel.Cms.Web.EmbeddedViewEngine.EmbeddedViews

A utility class
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5 1 사용 예제들

공개 메소드들

메소드 설명
GetEmbeddedView ( object model ) : EmbeddedViewAttribute

Returns the embedded view attribute object for the model specified, or null if the attribute was not found

GetEmbeddedViewPath ( EmbeddedViewAttribute a ) : string

Returns the embedded view path for the model specified or an empty string if the embedded view attribute was not found

GetEmbeddedViewPath ( dynamic model ) : string

Returns the embedded view path for the model specified or an empty string if the embedded view attribute was not found

메소드 상세

GetEmbeddedView() 공개 정적인 메소드

Returns the embedded view attribute object for the model specified, or null if the attribute was not found
public static GetEmbeddedView ( object model ) : EmbeddedViewAttribute
model object
리턴 EmbeddedViewAttribute

GetEmbeddedViewPath() 공개 정적인 메소드

Returns the embedded view path for the model specified or an empty string if the embedded view attribute was not found
public static GetEmbeddedViewPath ( EmbeddedViewAttribute a ) : string
a EmbeddedViewAttribute
리턴 string

GetEmbeddedViewPath() 공개 정적인 메소드

Returns the embedded view path for the model specified or an empty string if the embedded view attribute was not found
public static GetEmbeddedViewPath ( dynamic model ) : string
model dynamic
리턴 string