C# 클래스 vlko.core.Base.DynamicRoutesResult

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

공개 메소드들

메소드 설명
Add ( string key, object value ) : void

Adds the specified key with value to RouteValues.

DynamicRoutesResult ( ) : System.Web.Routing

Initializes a new instance of the DynamicRoutesResult class.

ToString ( ) : string

Returns a System.String that represents this instance.

메소드 상세

Add() 공개 메소드

Adds the specified key with value to RouteValues.
public Add ( string key, object value ) : void
key string The key.
value object The value.
리턴 void

DynamicRoutesResult() 공개 메소드

Initializes a new instance of the DynamicRoutesResult class.
public DynamicRoutesResult ( ) : System.Web.Routing
리턴 System.Web.Routing

ToString() 공개 메소드

Returns a System.String that represents this instance.
public ToString ( ) : string
리턴 string