我不知道我可以提供多少幫助,但由於沒有人回答我會給你一個開始。
我的應用程序都有一個REST Web服務和下方是返回一個對象稱爲SharepointRecommendation的方法(C#類,你可以有你的方法返回任何內容或無效)
[WebGet(UriTemplate = "SharepointRecommendations?clientid={clientID}&userid={userID}&messageid={messageID}&maxsharepointlinks={countSharepointLinks}")]
public SharepointRecommendation GetSharepointRecommendations(int clientID, int userID, int messageID, int countSharepointLinks)
{
....
從我已閱讀該方法的uri不應包含動詞Get,但該方法應該包含。
現在對於Response.Redirect我從未嘗試過使用Web方法,但是如果它在您的方法中起作用Response.Redirect([address]?username = [UserName] & passsword = [Password]);
我認爲Web方法可能必須是一個void(不返回任何內容),所以請求通過。
你能澄清你的問題嗎? – suing 2012-04-20 20:09:03
我不知道你在問什麼。你想在登錄頁面發生什麼? – 2012-04-20 23:40:44