openbaar statisch koord FormatLink (koord url, koordtekst, koorddoel) {
koord baseURL = ConfigurationManager.AppSettings [„BaseURL“];
targetString koord dat = (target== "")? "": „target= \ "" +target+“ \ "";
terugkeer "" + tekst + "";
}
openbaar statisch koord FormatFormRespLink (int. repID) {
koord url = „Reactie/Acceptance.aspx? report=“ + repID;
de koord tekst = „keurt goed of wijst“ opnieuw toe;
koord target= " _top ";
terugkeer FormatLink (url, tekst, doel);
}
|