博客园站长
这是人类成长进步中记录的每一时刻

public IMethodReturn Invoke(IMethodInvocation input, GetNextInterceptionBehaviorDelegate getNext)

 

 

 

var v1 = "";
var s2 = input.Arguments.ContainsParameter("abc");
if (s2)
{
v1 = input.Arguments["abc"].ToString();
}

posted on 2014-11-11 11:12  dm3344  阅读(306)  评论(0)    收藏  举报