C# 클래스 MvcContrib.PortableAreas.PortableAreaMap

파일 보기 프로젝트 열기: atomicobject/mvccontrib 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_mappings string>.Dictionary

공개 메소드들

메소드 설명
Add ( string defaultID, string newID ) : void
PortableAreaMap ( ) : System.Collections.Generic
Transform ( Stream stream ) : Stream

보호된 메소드들

메소드 설명
TransformMarkup ( string input ) : string

비공개 메소드들

메소드 설명
ReplaceMasterPage ( string input ) : string

메소드 상세

Add() 공개 메소드

public Add ( string defaultID, string newID ) : void
defaultID string
newID string
리턴 void

PortableAreaMap() 공개 메소드

public PortableAreaMap ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Transform() 공개 메소드

public Transform ( Stream stream ) : Stream
stream System.IO.Stream
리턴 System.IO.Stream

TransformMarkup() 보호된 메소드

protected TransformMarkup ( string input ) : string
input string
리턴 string

프로퍼티 상세

_mappings 보호되어 있는 프로퍼티

protected Dictionary _mappings
리턴 string>.Dictionary