C# Class MvcContrib.PortableAreas.PortableAreaMap

显示文件 Open project: atomicobject/mvccontrib Class Usage Examples

Protected Properties

Property Type Description
_mappings string>.Dictionary

Public Methods

Method Description
Add ( string defaultID, string newID ) : void
PortableAreaMap ( ) : System.Collections.Generic
Transform ( Stream stream ) : Stream

Protected Methods

Method Description
TransformMarkup ( string input ) : string

Private Methods

Method Description
ReplaceMasterPage ( string input ) : string

Method Details

Add() public method

public Add ( string defaultID, string newID ) : void
defaultID string
newID string
return void

PortableAreaMap() public method

public PortableAreaMap ( ) : System.Collections.Generic
return System.Collections.Generic

Transform() public method

public Transform ( Stream stream ) : Stream
stream System.IO.Stream
return System.IO.Stream

TransformMarkup() protected method

protected TransformMarkup ( string input ) : string
input string
return string

Property Details

_mappings protected_oe property

protected Dictionary _mappings
return string>.Dictionary